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.42k stars 650 forks source link

requests are timing out after assistants are initially made #35

Closed MrCredible closed 5 months ago

MrCredible commented 9 months ago

I can see that the assistants have been made in my openai account with the correct names and instructions, but appears there is a timeout while still in the create assistants function of openai's package.

VRSEN commented 8 months ago

The timeout is set to 10 minutes by default. Check your connections please, and make sure you are not using VPN. Also, I recently increased max_retries on open ai client to 5. Pull from main, reinstall and let me know if this helps.