Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ embeddings = GoogleGenerativeAIEmbeddings(
|
|
| 20 |
# llm
|
| 21 |
llm = ChatGoogleGenerativeAI(
|
| 22 |
# model = "gemini-1.5-pro",
|
| 23 |
-
model = "
|
| 24 |
temperature = 0.7,
|
| 25 |
)
|
| 26 |
|
|
|
|
| 20 |
# llm
|
| 21 |
llm = ChatGoogleGenerativeAI(
|
| 22 |
# model = "gemini-1.5-pro",
|
| 23 |
+
model = "gemini-2.0-flash,
|
| 24 |
temperature = 0.7,
|
| 25 |
)
|
| 26 |
|