ashinnotfound/ChatGPT-YourChatRobot

This model's maximum context length is 4097 tokens. However, you requested 4307 tokens (2259 in the messages, 2048 in the completion). Please reduce the length of the messages or completion. at com.theokanning.openai.service.OpenAiService.execute(OpenAiService.java:227)

1441853031 opened this issue · 10 comments

This model's maximum context length is 4097 tokens. However, you requested 4307 tokens (2259 in the messages, 2048 in the completion). Please reduce the length of the messages or completion.
at com.theokanning.openai.service.OpenAiService.execute(OpenAiService.java:227)

你用的是最新版本吗,我今天下午对这个问题进行了更新,应该不会出现这个问题了

好的
我改一下

更新后有时候还是会报错

你用的是最新版本吗,我今天下午对这个问题进行了更新,应该不会出现这个问题了

更新后有时候还是会报这个错

你用的是最新版本吗,我今天下午对这个问题进行了更新,应该不会出现这个问题了

遇到点问题,能加一下联系方式吗

你用的是最新版本吗,我今天下午对这个问题进行了更新,应该不会出现这个问题了

更新后有时候还是会报这个错

这样吗,那我明天再看看吧,谢谢反馈

你用的是最新版本吗,我今天下午对这个问题进行了更新,应该不会出现这个问题了

遇到点问题,能加一下联系方式吗

邮件联系就可以了

image
这个异常好像捕获不到

image 这个异常好像捕获不到

catch (OpenAiHttpException e){
BotUtil.deleteFirstPrompt(chatBO.getSessionId());
return chat(chatBO);
}
改成这样就可以了,谢谢大佬的代码

image 这个异常好像捕获不到

catch (OpenAiHttpException e){
BotUtil.deleteFirstPrompt(chatBO.getSessionId());
return chat(chatBO);
}
改成这样就可以了,谢谢大佬的代码

感谢,我待会测试下