devsu commited on
Commit
f23a172
·
verified ·
1 Parent(s): b4cc209

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -732,8 +732,8 @@ def build_graph(provider: str = "groq"):
732
  """Build the graph"""
733
  llm = ChatGoogleGenerativeAI(
734
  model= "gemini-2.0-flash",
735
- temperature=1.0,
736
- max_retries=2,
737
  google_api_key=os.getenv("GOOGLE_APY_KEY")
738
  )
739
  # Bind tools to LLM
 
732
  """Build the graph"""
733
  llm = ChatGoogleGenerativeAI(
734
  model= "gemini-2.0-flash",
735
+ temperature=0,
736
+ #max_retries=2,
737
  google_api_key=os.getenv("GOOGLE_APY_KEY")
738
  )
739
  # Bind tools to LLM