gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.83k stars 455 forks source link

Error request #57

Open Praveen5141 opened 12 months ago

Praveen5141 commented 12 months ago

✖ 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" } }

hamzasaleem2 commented 7 months ago

@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",