victordibia / autogen-ui

Web UI for AutoGen (A Framework Multi-Agent LLM Applications)
MIT License
651 stars 98 forks source link

AssertionError: (Deprecated) The autogen.Completion class requires openai<1 and diskcache. #13

Open GUI0609 opened 7 months ago

GUI0609 commented 7 months ago

image

i run autogenui in colab, but i always get AssertionError: (Deprecated) The autogen.Completion class requires openai<1 and diskcache.

i tried: pip install openai==0.27.0 diskcache change the version to openai<1, but it doesn't work can you help me?