transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
MIT License
16.07k stars 2.11k forks source link

Error: It is recommended to upgrade to the latest PandoraNext: https://github.com/pandora-next/deploy #630

Closed Justin-van-der-Velden closed 1 month ago

Justin-van-der-Velden commented 8 months ago

Verify latest release

Verify webapp is working

Environment details

Node.js version: 21.1.0 macOS: Ventura 13.5.2

Describe the Bug

Since today I'm seeing this error with the ChatGPTUnofficialProxyAPI:

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

I don't see PandoraNext in the package.json so it could also be something on the ChatGpt side

Justin-van-der-Velden commented 8 months ago

After digging a bit more into the issue I found out it has something to do with the Reverse Proxy

{ res: Response (107 bytes) { ok: false, url: "https://ai.fakeopen.com/api/conversation", status: 429, statusText: "Too Many Requests", headers: Headers { "date": "Tue, 21 Nov 2023 10:10:48 GMT", "content-type": "application/json", "content-length": "107", "connection": "keep-alive", "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=cWY2J%2BHNy%2BlsEBKlhtRRgeTSIquHiC4cVsgCLTmYqrZslzpT4%2FnFraQaro3JG08jaNYJjNZOyFh7MkEN9MYUpsOBjJGj2%2Fi7rw7dd4gRNPYlJBYv8xgsnaX2%2FvG9SxiOPA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}", "vary": "Accept-Encoding", "strict-transport-security": "max-age=15552000; includeSubDomains; preload", "x-content-type-options": "nosniff", "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", "server": "cloudflare", "cf-ray": "8298251fccc30e34-AMS", "alt-svc": "h3=\":443\"; ma=86400" }, redirected: false, bodyUsed: false, Blob (107 bytes) } }

seem like https://ai.fakeopen.com/api/conversation had to many requests

safakseyrek commented 8 months ago

i have the same problem

image

JustAnEric commented 7 months ago

I just started getting this same error on my Python project.

JustAnEric commented 7 months ago

@safakseyrek I found out that https://ai.fakeopen.com/v1 is the problem here. It kept giving the same errors over and over again. I think a better solution would be just to switch to another OpenAI proxy.

assassinliujie commented 7 months ago

please build your own proxy by using https://github.com/pandora-next/deploy

deadmenrr commented 6 months ago

please build your own proxy by using https://github.com/pandora-next/deploy

limit: 100 requests - really???

jerry-f commented 4 months ago

现在还可以使用么, 该如何创建自己的代理呢

transitive-bullshit commented 1 month ago

This project is undergoing a major revamp; closing out old issues as part of the prep process.

The chatgpt package is pretty outdated at this point. I recommend that you use the openai package or the openai-fetch package instead.