Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
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=
|
| 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
|