autogen-ui
autogen-ui copied to clipboard
AssertionError: (Deprecated) The autogen.Completion class requires openai<1 and diskcache.
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.
Installing the project from the source code. It seems to be OK.
Same issue
same issue
same issue