AutumnWhj / ChatGPT-wechat-bot

ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot
MIT License
4.65k stars 982 forks source link

对话失败 #136

Open zuoqi1993125 opened 1 year ago

zuoqi1993125 commented 1 year ago

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(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
}

} }

gunjianpanxdd commented 1 year ago

me too,Updated yesterday?

NeilXue commented 1 year ago

me too. yesterday is OK.

kdurant commented 1 year ago

我也是,昨天还好好的

simaqian commented 1 year ago

我也是,昨天还好好的

Taoli96 commented 1 year ago

me too. yesterday is OK.

AutumnWhj commented 1 year ago

已更新,拉一下代码 openai shut down the model We're working on a workaround. In the meantime, you can switch back to using text-davinci-003 via https://github.com/transitive-bullshit/chatgpt-api/releases/tag/v4.2.0 https://github.com/transitive-bullshit/chatgpt-api/issues/311

akuanooo commented 1 year ago

俺也一样

Hfutsora commented 1 year ago
new ChatGPTAPI({
    apiKey,
    completionParams: {
       model: 'text-davinci-003',
    },
}),

The text-davinci-003 model is still avaiable.

puwei0000 commented 1 year ago

之前的模型是免费调用的 text-davinci-003模型已经在 Model usage 出现请求次数,并且开始扣费

AutumnWhj commented 1 year ago

telegram-cloud-photo-size-5-6275797576192210596-y

Eacolt commented 1 year ago

着急啊,一直报错,怎么解决了,更新了一样报错,无法聊天,一直显示404

kittyzero520 commented 1 year ago

着急啊,一直报错,怎么解决了,更新了一样报错,无法聊天,一直显示404

不是写了吗,换模型

s0ng1 commented 1 year ago

着急啊,一直报错,怎么解决了,更新了一样报错,无法聊天,一直显示404

重新拉代码就可以了

augusl commented 1 year ago

更新了最新的,用不了 ` retry 1 times, error: Error: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } }

retry 2 times, error: Error: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } `

spivet commented 1 year ago

并且

你们有没有发现新的模型没之前智能了,给出的回答很简单,也不能写代码了

fateplayer commented 1 year ago

并且

你们有没有发现新的模型没之前智能了,给出的回答很简单,也不能写代码了

是的,这个不智能

spivet commented 1 year ago

并且

你们有没有发现新的模型没之前智能了,给出的回答很简单,也不能写代码了

是的,这个不智能

是因为没有给钱的原因还是因为新模型训练初期导致。官方说的chatGpt plus功能没差别的嘛

augusl commented 1 year ago

并且

你们有没有发现新的模型没之前智能了,给出的回答很简单,也不能写代码了

是的,这个不智能

是因为没有给钱的原因还是因为新模型训练初期导致。官方说的chatGpt plus功能没差别的嘛

确实不智能,跟网页版的差的有点多

Hfutsora commented 1 year ago

text-chat-davinci-002-20221122 又行了

cvpv commented 1 year ago

text-chat-davinci-002-20221122 又行了

可以之后,回答的问题和之前也有区别了,一些之前知道的问题又不知道了。而且现在(2023年2月8日 12:55:36)正处于服务器过载状态(503)talker: Aoi content: 你好 retry 1 times, error: Error: ChatGPT error 503: { "error": { "message": "That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID e64cb44eb9a18efc281e66284a03a331 in your message.)", "type": "server_error", "param": null, "code": null } }

etosurvivor commented 1 year ago

更新了最新的,用不了 ` retry 1 times, error: Error: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } }

retry 2 times, error: Error: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } `

我这边也是一样的报错

cvpv commented 1 year ago

更新了最新的,用不了 retry 1 times, error: Error: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } } retry 2 times, error: Error: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null }

我这边也是一样的报错

你这个是超额了,你余额用完了

huluohu commented 1 year ago

是的,回答问题还非常简短

hanfu commented 1 year ago

选择模型的设置在哪里? 找到了 应该是这个吧

new ChatGPTAPI({
    apiKey,
    completionParams: {
       model: 'text-davinci-003',
    },
}),

The text-davinci-003 model is still avaiable.

17huiwei commented 1 year ago

retry 3 times, error: Error: ChatGPT error 503: { "error": { "message": "That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID 5d1ddd52d77edb082cc462240529b361 in your message.)", "type": "server_error", "param": null, "code": null }

遇到这个问题了,还是503,接口过载了?可不可以把算法做成一个config.ts的配置项?

victor56349Wan commented 1 year ago

after the pull, don't forget to run 'npm i' before 'npm run dev'

Nabyssache commented 1 year ago

20221122

你们是怎么查看模型的名称,以及余额的

Nabyssache commented 1 year ago

20221122

你们是怎么查看模型的名称,以及余额的

我在Usage看到了模型text-davinci和余额。模型具体版本看不到