ShoaibSSM commited on
Commit
2349557
·
verified ·
1 Parent(s): d630d0b

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.5-flash-light",
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.0-flash",
50
  rate_limiter=rate_limiter
51
  ).bind_tools(TOOLS)
52