VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.05k stars 537 forks source link

Temperature Not Updated When Set to 0 #142

Closed bonk1t closed 3 weeks ago

bonk1t commented 3 weeks ago

In this line: https://github.com/VRSEN/agency-swarm/blob/48f57bff6b88858243cc1712b0709dd8b39e056e/agency_swarm/agents/agent.py#L185

We need to check if the temperature is not None instead of performing a boolean check.

bonk1t commented 3 weeks ago

Fixed, awesome!