ChatGPT-wechat-bot icon indicating copy to clipboard operation
ChatGPT-wechat-bot copied to clipboard

对话失败

Open zuoqi1993125 opened this issue 1 year ago • 28 comments

talker: dean content: 你好 retry 1 times, error: Error: ChatGPT error 404: { "error": { "message": "That model does not exist", "type": "invalid_request_error", "param": null, "code": null } }

retry 2 times, error: Error: ChatGPT error 404: { "error": { "message": "That model does not exist", "type": "invalid_request_error", "param": null, "code": null } }

retry 3 times, error: Error: ChatGPT error 404: { "error": { "message": "That model does not exist", "type": "invalid_request_error", "param": null, "code": null } }

ChatGPTError: ChatGPT error 404: { "error": { "message": "That model does not exist", "type": "invalid_request_error", "param": null, "code": null } }

at file:///home/zuoqi/ChatGPT-wechat-bot/node_modules/chatgpt/src/chatgpt-api.ts:247:29
at processTicksAndRejections (node:internal/process/task_queues:95:5) {

statusCode: 404, statusText: 'Not Found', [cause]: Response { [Symbol(realm)]: null, [Symbol(state)]: { aborted: false, rangeRequested: false, timingAllowPassed: true, requestIncludesCredentials: true, type: 'default', status: 404, timingInfo: [Object], cacheState: '', statusText: 'Not Found', headersList: [HeadersList], urlList: [Array], body: [Object] }, [Symbol(headers)]: HeadersList { cookies: null, [Symbol(headers map)]: [Map], [Symbol(headers map sorted)]: null } } }

zuoqi1993125 avatar Feb 08 '23 00:02 zuoqi1993125