ChatGPT 技术资料

模型

参考

限流

RPM:request per minute
TPM: tokens per miniute
gpt-4/gpt-4-0314 are 40k TPM and 200 RPM
gpt-4-32k/gpt-4-32k-0314 are 80k TPM and 400 RPM
参考 https://platform.openai.com/docs/guides/rate-limits/overview

代码参考
https://github.com/openai/openai-cookbook 这个项目提供了非常多的例子,如 token 计算,限流,怎么用 flask 写的给小狗起名的例子
https://github.com/openai/openai-quickstart-python

Playground

用来做一些快速的测试比较方便
https://platform.openai.com/playground

常见错误

1
2
3
# 使用免费账号的时候出现
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.

作者

codeskyblue

发布于

2023-05-05

更新于

2024-05-13

许可协议