Spaces:
Runtime error
Runtime error
Delanoe Pirard
commited on
Commit
·
12be796
1
Parent(s):
091c996
stockfish ubuntu
Browse files- agents/code_agent.py +1 -1
agents/code_agent.py
CHANGED
|
@@ -130,7 +130,7 @@ def initialize_code_agent() -> ReActAgent:
|
|
| 130 |
llm = GoogleGenAI(
|
| 131 |
api_key=gemini_api_key,
|
| 132 |
model=agent_llm_model,
|
| 133 |
-
temperature=0.
|
| 134 |
)
|
| 135 |
logger.info(f"Using agent LLM: {agent_llm_model}")
|
| 136 |
|
|
|
|
| 130 |
llm = GoogleGenAI(
|
| 131 |
api_key=gemini_api_key,
|
| 132 |
model=agent_llm_model,
|
| 133 |
+
temperature=0.10
|
| 134 |
)
|
| 135 |
logger.info(f"Using agent LLM: {agent_llm_model}")
|
| 136 |
|