We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
✖ Training ChatGPT (1 plugin rules) file:///D:/chatgpt-chrome-extension-main/chatgpt-chrome-extension-main/node_modules/chatgpt/build/index.js:202 const error = new ChatGPTError(msg, { cause: res }); ^
ChatGPTError: ChatGPT error 404: { "error": { "message": "The model text-chat-davinci-002-20221122 does not exist", "type": "invalid_request_error", "param": null, "code": "model_not_found" } }
text-chat-davinci-002-20221122
The text was updated successfully, but these errors were encountered:
@Praveen5141 if you're still looking to fix it. you just need to replace chat-gpt in packages.json to latest version from npm
"chatgpt": "^5.2.5",
Sorry, something went wrong.
No branches or pull requests
✖ Training ChatGPT (1 plugin rules)
file:///D:/chatgpt-chrome-extension-main/chatgpt-chrome-extension-main/node_modules/chatgpt/build/index.js:202
const error = new ChatGPTError(msg, { cause: res });
^
ChatGPTError: ChatGPT error 404: {
"error": {
"message": "The model
text-chat-davinci-002-20221122
does not exist","type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
The text was updated successfully, but these errors were encountered: