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. #15

Open Adamchanadam opened 7 months ago

Adamchanadam commented 7 months ago

I am currently using autogen-ui in a project and encountered an issue related to the openai library version. My environment uses openai version 1.3.6, but autogen-ui seems to require a version lower than 1.0. Due to specific needs in my project, downgrading the openai library is not a feasible option for me.

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

I am seeking guidance or a workaround to make autogen-ui compatible with openai version 1.3.6. Has anyone faced a similar issue or can provide insights into modifying the codebase for compatibility? Any help or suggestions would be greatly appreciated.

zrgtzjwh commented 6 months ago

Installing the project from the source code. It seems to be OK.

Yak0vkaSup commented 4 months ago

Same issue

zj19941113 commented 3 months ago

same issue

PrajwalCG96 commented 2 months ago

same issue