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
66.06k stars 8.1k forks source link

[feature]使用cloudflare解决openai api无法访问的问题 #1380

Open banditsmile opened 11 months ago

banditsmile commented 11 months ago
  1. 参考https://github.com/x-dr/chatgptProxyAPI 通过cloudflare配置一个openai api的proxy
  2. 修改config.py里面的API_URL_REDIRECT配置,将reverse-proxy-url换成你在cloudflare里面配置的域名
    # 举例: API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://reverse-proxy-url/v1/chat/completions"}
    API_URL_REDIRECT = {}

这样就可以以最低的成本使用openai api了

binary-husky commented 11 months ago

非常好的点子

liongkj commented 11 months ago

https://developers.cloudflare.com/ai-gateway/

这个gateway也行