Spaces:
Sleeping
Sleeping
Update final_agent.py
Browse files- final_agent.py +1 -1
final_agent.py
CHANGED
|
@@ -48,7 +48,7 @@ if not tavily_api_key:
|
|
| 48 |
# --- Initialize LLM ---
|
| 49 |
# Using the model specified in the user's code block
|
| 50 |
llm = ChatGoogleGenerativeAI(
|
| 51 |
-
model="gemini-2.
|
| 52 |
google_api_key=gemini_api_key,
|
| 53 |
temperature=0.1 # Low temperature for factual tasks
|
| 54 |
)
|
|
|
|
| 48 |
# --- Initialize LLM ---
|
| 49 |
# Using the model specified in the user's code block
|
| 50 |
llm = ChatGoogleGenerativeAI(
|
| 51 |
+
model="gemini-2.0-flash-lite", # As per user's last provided code
|
| 52 |
google_api_key=gemini_api_key,
|
| 53 |
temperature=0.1 # Low temperature for factual tasks
|
| 54 |
)
|