Skip to main content
Solved

OpenAI completion transformer to support non-deprecated models

  • June 11, 2024
  • 1 reply
  • 107 views

kersy
Contributor
Forum|alt.badge.img+2

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? 

 

 

Best answer by danminneyatsaf

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danminneyatsaf
Safer
Forum|alt.badge.img+13

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.