Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
·
78dfdff
1
Parent(s):
963804a
temp
Browse files
__pycache__/langchain_pipeline.cpython-310.pyc
CHANGED
Binary files a/__pycache__/langchain_pipeline.cpython-310.pyc and b/__pycache__/langchain_pipeline.cpython-310.pyc differ
|
|
langchain_pipeline.py
CHANGED
@@ -19,7 +19,7 @@ embedding = OpenAIEmbeddings(model="text-embedding-ada-002")
|
|
19 |
|
20 |
models = {
|
21 |
"claude-3": ChatAnthropic(model='claude-3-sonnet-20240229'),
|
22 |
-
"gemini-pro": ChatGoogleGenerativeAI(model="gemini-1.5-pro-latest")
|
23 |
}
|
24 |
|
25 |
def model_names():
|
|
|
19 |
|
20 |
models = {
|
21 |
"claude-3": ChatAnthropic(model='claude-3-sonnet-20240229'),
|
22 |
+
"gemini-pro": ChatGoogleGenerativeAI(model="gemini-1.5-pro-latest", temperature=0.0)
|
23 |
}
|
24 |
|
25 |
def model_names():
|