Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请求开发者支持gpt-3.5-turbo模型提问 #26

Closed
imldy opened this issue Mar 2, 2023 · 4 comments
Closed

请求开发者支持gpt-3.5-turbo模型提问 #26

imldy opened this issue Mar 2, 2023 · 4 comments

Comments

@imldy
Copy link

imldy commented Mar 2, 2023

相关链接:https://openai.com/blog/introducing-chatgpt-and-whisper-apishttps://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 support@openai.com 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,不太正常。

感谢

@Grt1228
Copy link
Owner

Grt1228 commented Mar 2, 2023

会在本周支持新的chat相关api,同时支持stream流式输出。
@imldy

@fl1906
Copy link

fl1906 commented Mar 2, 2023

加油大佬!!!

@xueqi0105
Copy link

好像有人已经支持了,刚刚看到一个https://github.com/gulihua10010/chatGptApiSdk,不知道能不能用

@Grt1228
Copy link
Owner

Grt1228 commented Mar 3, 2023

@imldy @fl1906 @xueqi0105 已经支持最新版的gpt-3.5 ,以及语音转文字,语音翻译api

@Grt1228 Grt1228 pinned this issue Mar 3, 2023
@Grt1228 Grt1228 closed this as completed Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants