-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URGENT - Deprecated Models 04/01/2024 - breaks plugin #66
Comments
Specifically, the models used for CallCompletions served via the completions endpoint - https://platform.openai.com/docs/deprecations/instructgpt-models need updating to the gpt-3.5-turbo-instruct endpoint. Source/OpenAIAPI/Public/OpenAIDefinitions.h |
Guide for updating to new completions model - https://openai.com/blog/gpt-4-api-general-availability |
Build Error for 5.3 with the latest version in Git. Have you tried rebuilding the latest version @KellanM ?
|
I have same problem |
As of 04/01/2024, many models have been deprecated as per Deprecations
This plugin therefore needs a spring-cleaning to cull deprecated models and add their replacements.
The text was updated successfully, but these errors were encountered: