Open mgarciavaadin opened 12 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?
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.
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):
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:
—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):
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:
—The OpenAI team_ "
The shutdown of text-davinci-003 could affect the validation tests (check also the demo project)