Skip to main content
Solved

OpenAI completion transformer to support non-deprecated models

  • 11 June 2024
  • 1 reply
  • 79 views

The completions API models were deprecated at the beginning of 2024. The current version of the transformer does not have model options like gpt-3.5-turbo. Will there be more options for models in the near future from FME's side? 

 

 

1 reply

Userlevel 3
Badge +12

Hi @kersy, we recently updated the OpenAICompletionsConnector to list the latest OpenAI models available. If you upgrade the transformer you should see the following models:

  • gpt-3.5-turbo-instruct
  • davinci-002
  • babbage-002

This is not an exhaustive list, so if there’s a model that you know the name of that you want to use you can manually input it into the “Model” parameter in the transformer.

Hope this helps! Let me know if you have any issues getting the transformer to work.

Reply