obiscr / ChatGPT

This project is a plugin that supports ChatGPT running on JetBrains series IDE.
https://plugins.jetbrains.com/plugin/20603-chatgpt
Other
1.01k stars 226 forks source link

使用chatgpt时,当返回的内容太长时会中断;无法使用chatgpt3.5 #128

Closed amazing-cc closed 1 year ago

amazing-cc commented 1 year ago

感谢您的工作,在使用时我遇到了以下问题

问题1:chatgpt

输入问题得到回复,但还未响应完毕 image 在完成响应前,自动停止了响应并且之前响应的内容会直接消失。 image 应该如何解决?

问题2: gpt3.5

正常配置了所有内容,在使用gpt3.5 api时报错

Response failure, please try again. Error message: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } }

我的配置

openai image

chatgpt image

gpt3.5 image

obiscr commented 1 year ago

感谢反馈。

问题1:应该是网络不好,我暂时还没遇到过这种情况,在开启上下文聊天的情况下,您可以尝试让他继续说,看会不会接着生成后面的内容。

问题2:请把模型修改成 gpt-3.5-turbo,应该会正常。之前有过一例反馈,是因为模型导致的这个问题。

amazing-cc commented 1 year ago

感谢回复!

问题1:昨天测试时,让他继续说它会接着生成后面的内容。但最关键的是,在未完成回复就中断的话之前回复的内容会消失,这样我无法查看之前的回复。

image

我不确定是否是网络原因,因为在使用网页版gpt时,也会出现类似问题。

问题2:修改之后并不起作用,我尝试过重启pycharm,也无用。

补充:我使用插件查询使用量得到如下反馈

image

这是正常的吗?我的chatgpt账号不是plus账户,我不确定这些信息对问题的定位是否有帮助。

obiscr commented 1 year ago

我感觉这两个都是网络问题。