Closed
Description
相关链接:https://openai.com/blog/introducing-chatgpt-and-whisper-apis 、 https://platform.openai.com/docs/guides/chat
目前指定模型为gpt-3.5-turbo
构造Completion
Completion completion = Completion.builder()
.model("gpt-3.5-turbo")
.prompt(text)
.build();
会报错:
com.unfbx.chatgpt.exception.BaseException: Rate limit reached for default-gpt-3.5-turbo in organization org-dbZK脱敏脱敏 on tokens per min. Limit: 40000.000000 / min. Current: 40960.000000 / min. Contact [email protected] if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit https://platform.openai.com/account/billing to add a payment method.
实测应该没有达到这个速度限制,而且多次请求都提示Current: 40960.000000 / min
,不太正常。
感谢
Metadata
Metadata
Assignees
Labels
No labels