Skip to main content

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? 

 

 

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