acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT-to-API and ChatGPT-Proxy-V4

YOMIkio opened this issue · comments

What is the difference between ChatGPT-to-API project and ChatGPT-Proxy-V4 project, it seems to me that the functions are similar

ChatGPT-Proxy-V4 only has web proxy, while ChatGPT-to-API contains both web and api proxies?

ChatGPT-Proxy-V4 is extremely simple,

user ←→ proxy ←→ chat.openai.com

ChatGPT-to-API tries to maintain compatibility with the official OpenAI API so you can plug and play on different libraries that utilize the official API.