Openai ChatCompletion not found
latest openai version 1.1.1 doesn't have openai.ChatCompletion. Need previous version of library or lida has to update the method for using latest documentation
This has been addressed by updating llmx (which lida uses) use previous version of openai library.
Please let me know if a fresh install of lida pip install -U lida still shows this error.
This worked by upgrading llmx to latest. Thanks
@victordibia Please close this issue
Does running pip install -U lida fix the error for you? It doesnt for me. How can I upgrade llmx
Does running pip install -U lida fix the error for you? It doesnt for me. How can I upgrade llmx
pip install -U llmx
This has been addressed by updating llmx (which lida uses) use previous version of openai library. Please let me know if a fresh install of lida
pip install -U lidastill shows this error.
@victordibia ,In our project we are using other libraries that relies on latest openAI along with lida , Since you are using previous version of openai library , we are having issues , consider upgrading llmx to use latest openAI
@victordibia can I take on this task for changing the code so that it'll run on new version ? can you assign it to me?
@victordibia ,In our project we are using other libraries that relies on latest openAI along with lida , Since you are using previous version of openai library , we are having issues , consider upgrading llmx to use latest openAI
@victordibia Raised a PR to fix this issue https://github.com/victordibia/llmx/pull/17