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

Error: ChatGPT error 429: {"detail":"It is recommended to upgrade to the latest PandoraNext: https://github.com/pandora-next/deploy"} #2006

Closed
KKK66661 opened this issue Dec 28, 2023 · 5 comments
Labels

Comments

@KKK66661
Copy link

No description provided.

@watsmal
Copy link

watsmal commented Jan 8, 2024

https://watsmal.github.io/2024/01/05/linux/chatgpt/chatgpt_web%E6%90%AD%E5%BB%BA%E6%95%99%E7%A8%8B/ 可以参考这个博客,也可以给博主留言

@ReactLearningTrip
Copy link

报这个错误什么原因呀

@CongAn
Copy link

CongAn commented Jan 15, 2024

关键问题就是解决 ChartGPT 反向代理 不可用的问题,很明显 PandoraNext 现在就不可用。

使用 docker compose 搭建并启动自己的GPT反向代理服务器,其中 socks5://1.1.1.1:1086 需要修改为你自己实际的VPN翻墙代理服务地址。

# docker-compose.yml
version: '3.3'
services:
  ninja:
    hostname: ninja
    image: gngpp/ninja
    environment:
      - TZ=Asia/Shanghai
      - PROXIES=socks5://1.1.1.1:1086
    ports:
      - "7999:7999"
    restart: unless-stopped
    command: run

修改 chatgpt-web/service/.env 文件,其中 2.2.2.2:7999 需要修改为你自己实际的 ninja 服务的IP和端口。

# Reverse Proxy - Available on accessToken
# Default: https://ai.fakeopen.com/api/conversation
# More: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
API_REVERSE_PROXY=http://2.2.2.2:7999/backend-api/conversation

其他内容按照官网文档照常启动即可。

参考了以下内容,希望修复下这个问题,或者文档里写明。

#1973 (comment)
https://hi.wyhhome.top/archives/qOK1fxka

Copy link

This issue is stale because it has been open for 10 days with no activity.

@github-actions github-actions bot added the stale label Jan 26, 2024
Copy link

This issue was closed because it has been inactive for 2 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants