ShoaibSSM commited on
Commit
4f7caba
·
verified ·
1 Parent(s): bb5ecfc

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -46,7 +46,7 @@ rate_limiter = InMemoryRateLimiter(
46
 
47
  llm = init_chat_model(
48
  model_provider="google_genai",
49
- model="gemini-2.0-flash",
50
  rate_limiter=rate_limiter
51
  ).bind_tools(TOOLS)
52
 
 
46
 
47
  llm = init_chat_model(
48
  model_provider="google_genai",
49
+ model="gemini-2.5-flash",
50
  rate_limiter=rate_limiter
51
  ).bind_tools(TOOLS)
52