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

updating agency class to enable gradio share setting to resolve #68 #69

Closed afewell closed 7 months ago

afewell commented 8 months ago

updating the agency.demo_gradio function to leave the default value of share=False but allow the share=True option to be passed in when calling, for example: agency.demo_gradio(height=900, share=True).

Additional details and further explanation in issue ticket #68