Navyssh commited on
Commit
4d79a1e
·
verified ·
1 Parent(s): 3d0e9c0

Upload agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -43,7 +43,7 @@ rate_limiter = InMemoryRateLimiter(
43
 
44
  # 👇 Direct Instantiation to fix Auth Error
45
  llm = ChatGoogleGenerativeAI(
46
- model="gemini-2.5-flash", # Stable model version
47
  google_api_key=GOOGLE_API_KEY, # Explicitly passing key param
48
  rate_limiter=rate_limiter,
49
  temperature=0
 
43
 
44
  # 👇 Direct Instantiation to fix Auth Error
45
  llm = ChatGoogleGenerativeAI(
46
+ model="gemini-2.0-flash", # Stable model version
47
  google_api_key=GOOGLE_API_KEY, # Explicitly passing key param
48
  rate_limiter=rate_limiter,
49
  temperature=0