janvarev / OneRingTranslator

Simple local REST web service to translate texts. Plugins. Automatic calculate BLEU/COMET metrics of translation quality.
MIT License
113 stars 12 forks source link

OpenAI no longer supported #8

Closed Jeffrey-Lang closed 11 months ago

Jeffrey-Lang commented 11 months ago

You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.

You can run openai migrate to automatically upgrade your codebase to use the 1.0.0 interface.

If i run the automated migrate after that the plugin wont init anymore.

Could anyone fix the plugin so it is compatible with the new version?

janvarev commented 11 months ago

Must be fixed in new version 7.6.0 - moved call to just POST request.