Skip to content
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

The model text-davinci-003 has been deprecated #333

Open
criativocyber opened this issue Jan 22, 2024 · 1 comment
Open

The model text-davinci-003 has been deprecated #333

criativocyber opened this issue Jan 22, 2024 · 1 comment

Comments

@criativocyber
Copy link

When I try to use Chat GPT AI assistant with the key it gives to me an error called "The model text-davinci-003 has been deprecated"

@givanz
Copy link
Owner

givanz commented Jan 22, 2024

Thanks for the bug report.

It seems that the model was recently deprecated https://platform.openai.com/docs/deprecations/2023-07-06-gpt-and-embeddings and the recommended model to replace it is gpt-3.5-turbo-instruct

You can edit https://github.com/givanz/VvvebJs/blob/master/editor.html#L1750 and change the line to

let chatgptOptions = {"key":"","model":"gpt-3.5-turbo-instruct","temperature":0,"max_tokens":70};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants