ForestRabbit commited on
Commit
71bce35
·
verified ·
1 Parent(s): bbb0d26

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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.5-flash-preview-04-17",
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-1.5-pro",
58
  google_api_key=gemini_key,
59
  convert_system_message_to_human=True
60
  )