openai is currently pinned at openai<=0.28.1
Reason is open AI version 1.0.0 dropped support for openai.ChatCompletion which is currently in use in enterprise.
Find the alternative to openai.ChatCompletion and replace it. Then this constraint can be removed
openai is currently pinned at
openai<=0.28.1Reason is open AI version 1.0.0 dropped support for
openai.ChatCompletionwhich is currently in use in enterprise.Find the alternative to
openai.ChatCompletionand replace it. Then this constraint can be removed