sqfoo commited on
Commit
b0ded06
·
verified ·
1 Parent(s): e3e0d7c

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -101,7 +101,7 @@ class BasicAgent:
101
  self.model = ChatGoogleGenerativeAI(
102
  model="gemini-2.0-flash",
103
  temperature=0,
104
- max_tokens=1024,
105
  timeout=None,
106
  max_retries=2,
107
  google_api_key="AIzaSyAxVUPaGJIgdxB46ZR0RWPKSjB9a63Z80o",
 
101
  self.model = ChatGoogleGenerativeAI(
102
  model="gemini-2.0-flash",
103
  temperature=0,
104
+ max_tokens=128,
105
  timeout=None,
106
  max_retries=2,
107
  google_api_key="AIzaSyAxVUPaGJIgdxB46ZR0RWPKSjB9a63Z80o",