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

[ChatGPTUnofficialProxyAPI] ChatGPT Web has switched from SSE to WebSockets. #640

Closed yjmp14 closed 1 month ago

yjmp14 commented 5 months ago

Verify latest release

Verify webapp is working

Environment details

.

Describe the Bug

ChatGPT Web has switched from SSE to WebSockets, as a result, the ChatGPTUnofficialProxyAPI is no longer functional. The SSE-related code needs to be updated.

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.