transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.27k stars 2.13k forks source link

ChatGPTError: ChatGPT error 500: Internal Server Error Used with ChatGPTUnofficialProxyAPI #483

Closed ashuvax closed 1 year ago

ashuvax commented 1 year ago

Verify latest release

Verify webapp is working

Environment details

node: v17.4.0

Describe the Bug

I am using with ChatGPTUnofficialProxyAPI And after every few requests I get ChatGPTError: ChatGPT error 500: Internal Server Error

transitive-bullshit commented 1 year ago

This may happen from time to time if you're trying to use unofficial proxies. See https://github.com/transitive-bullshit/chatgpt-api/issues/453 for details.

Note: I do not plan to support the unofficial proxy APIs for much longer. Now that the official OpenAI chat completion API is stable, I strongly recommend migrating over to it.