binary-husky / gpt_academic

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
https://github.com/binary-husky/gpt_academic/wiki/online
GNU General Public License v3.0
65.72k stars 8.07k forks source link

[Bug]: chatgpt 4 reached limit #1213

Open JChan228 opened 1 year ago

JChan228 commented 1 year ago

Installation Method | 安装方法与平台

Pip Install (I used latest requirements.txt)

Version | 版本

Others | 非最新版

OS | 操作系统

Mac

Describe the bug | 简述

用的是非最新版,之前一直使用gpt3.5。 刚买了gpt4,在config_private.py 里把openAI模型从gpt3.5 换成gpt4。在运行学术优化批量总结pdf文档时出现error:[Local Message] 异常:OpenAI拒绝了请求:{ "error": { "message": "Rate limit reached for gpt-4 in organization org-RQ60lN38PaYNYPNEiYrSqwvj on tokens per min. Limit: 10000 / min. Please try again in 6ms. Visit https://platform.openai.com/account/rate-limits to learn more.", "type": "tokens", "param": null, "code": "rate_limit_exceeded" }}.

Screen Shot | 有帮助的截图

Screen Shot 2023-10-29 at 1 46 27 PM

Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)

N/A

binary-husky commented 1 year ago

image

JChan228 commented 1 year ago

是添加到config private里吗?我添加了还是不行