Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def main():
|
|
| 35 |
# We use temperature 0 for analytical tasks to minimize "hallucinations"
|
| 36 |
try:
|
| 37 |
llm = ChatGoogleGenerativeAI(
|
| 38 |
-
model="gemini-2.5-flash
|
| 39 |
google_api_key=GEMINI_API_KEY,
|
| 40 |
temperature=0,
|
| 41 |
)
|
|
|
|
| 35 |
# We use temperature 0 for analytical tasks to minimize "hallucinations"
|
| 36 |
try:
|
| 37 |
llm = ChatGoogleGenerativeAI(
|
| 38 |
+
model="gemini-2.5-flash",
|
| 39 |
google_api_key=GEMINI_API_KEY,
|
| 40 |
temperature=0,
|
| 41 |
)
|