Skip to content

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

Closed
@imldy

Description

@imldy

相关链接: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 [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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions