Skip to content

Commit 8944067

Browse files
authored
Merge pull request #18 from sandijean90/Mon3
changing back models for local
2 parents 332043d + fad7210 commit 8944067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentstack_agents/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ async def get_secret(key: str):
401401
model_id=llm_config.api_model,
402402
base_url=llm_config.api_base,
403403
api_key=llm_config.api_key,
404-
parameters=ChatModelParameters(temperature=1, stream=True),
404+
parameters=ChatModelParameters(temperature=0, stream=True),
405405
tool_choice_support={"auto","required"}
406406
)
407407

0 commit comments

Comments
 (0)