Update agent.py
Browse files
agent.py
CHANGED
|
@@ -54,7 +54,7 @@ class Agent:
|
|
| 54 |
raise ValueError("BRAVE_SEARCH_API_KEY not found in environment variables.")
|
| 55 |
|
| 56 |
llm = ChatGoogleGenerativeAI(
|
| 57 |
-
model="gemini-2.
|
| 58 |
google_api_key=gemini_key,
|
| 59 |
convert_system_message_to_human=True
|
| 60 |
)
|
|
|
|
| 54 |
raise ValueError("BRAVE_SEARCH_API_KEY not found in environment variables.")
|
| 55 |
|
| 56 |
llm = ChatGoogleGenerativeAI(
|
| 57 |
+
model="gemini-2.5-flash-preview-04-17",
|
| 58 |
google_api_key=gemini_key,
|
| 59 |
convert_system_message_to_human=True
|
| 60 |
)
|