vaadin / form-filler-addon

Other
4 stars 0 forks source link

Check the impact of OpenAI old models shutdown #148

Open mgarciavaadin opened 12 months ago

mgarciavaadin commented 12 months ago

Received from Open AI

"_Earlier this year, we announced that on January 4th, 2024, we will shut down our older completions and embeddings models, including the following models (see the bottom of this email for the full list):

text-davinci-003
text-davinci-002
ada
babbage
curie
davinci
text-ada-001
text-babbage-001
text-curie-001
text-davinci-001

You are receiving this email because in the last 30 days, you used one or more of the models that will be shut down. These models will no longer be accessible after January 4th, 2024. Our deprecations page has our suggested replacements. In order to avoid disruption for your customers, we suggest migrating to one of our newer replacement models as soon as possible.

Thanks for building with OpenAI. If you run into any challenges migrating to new models, please join us on the OpenAI Developer Forum—we'd be happy to help.

The following includes all of the models which will be turned off on January 4th:

text-ada-001
text-babbage-001
text-curie-001
text-davinci-001
text-davinci-002
text-davinci-003
davinci-instruct-beta
curie-instruct-beta
code-search-ada-code-001
code-search-ada-text-001
code-search-babbage-code-001
code-search-babbage-text-001
text-search-ada-doc-001
text-search-ada-query-001
text-search-babbage-doc-001
text-search-babbage-query-001
text-search-curie-doc-001
text-search-curie-query-001
text-search-davinci-doc-001
text-search-davinci-query-001
text-similarity-ada-001
text-similarity-babbage-001
text-similarity-curie-001
text-similarity-davinci-001
text-davinci-edit-001
code-davinci-edit-001
text-davinci-insert-001
text-davinci-insert-002

—The OpenAI team Earlier this year, we announced that on January 4th, 2024, we will shut down our older completions and embeddings models, including the following models (see the bottom of this email for the full list):

text-davinci-003
text-davinci-002
ada
babbage
curie
davinci
text-ada-001
text-babbage-001
text-curie-001
text-davinci-001

You are receiving this email because in the last 30 days, you used one or more of the models that will be shut down. These models will no longer be accessible after January 4th, 2024. Our deprecations page has our suggested replacements. In order to avoid disruption for your customers, we suggest migrating to one of our newer replacement models as soon as possible.

Thanks for building with OpenAI. If you run into any challenges migrating to new models, please join us on the OpenAI Developer Forum—we'd be happy to help.

The following includes all of the models which will be turned off on January 4th:

text-ada-001
text-babbage-001
text-curie-001
text-davinci-001
text-davinci-002
text-davinci-003
davinci-instruct-beta
curie-instruct-beta
code-search-ada-code-001
code-search-ada-text-001
code-search-babbage-code-001
code-search-babbage-text-001
text-search-ada-doc-001
text-search-ada-query-001
text-search-babbage-doc-001
text-search-babbage-query-001
text-search-curie-doc-001
text-search-curie-query-001
text-search-davinci-doc-001
text-search-davinci-query-001
text-similarity-ada-001
text-similarity-babbage-001
text-similarity-curie-001
text-similarity-davinci-001
text-davinci-edit-001
code-davinci-edit-001
text-davinci-insert-001
text-davinci-insert-002

—The OpenAI team_ "

The shutdown of text-davinci-003 could affect the validation tests (check also the demo project)

czp13 commented 10 months ago

Ah, I completely missed this. And some discord users saying they cannot use any more form filler, so at least we could make a quick fix to make the demo and the addon work again! 🙇 What do you think @mgarciavaadin?

mgarciavaadin commented 10 months ago

Sure! It should be quick to update it as the addon contains implementation for the "new" type of Open AI models (chat/completion"). Probably just changing the default LLMService to ChatGPTChatCompletionService should make the demo work again.