Create a fake API using ChatGPT's website
You will not get free support for this repository. This was made for my own personal use and documentation will continue to be limited as I don't really need documentation. You will find more detailed documentation in the Chinese docs by a contributor.
API endpoint: http://127.0.0.1:8080/v1/chat/completions.
Access token retrieval has been automated by OpenAIAuth with account email & password.
accounts.txt
- A list of accounts separated by new line
Format:
email:password
...
All authenticated access tokens will store in access_tokens.json
Auto renew access tokens after 14 days
Caution! please use unblocked ip for authentication, first login to https://chat.openai.com/
to check ip availability if you can.
Custom API keys for this fake API, just like OpenAI api
api_keys.txt
- A list of API keys separated by new line
Format:
sk-123456
88888888
...
git clone https://github.com/acheong08/ChatGPT-to-API
cd ChatGPT-to-API
go build
./freechatgpt
PUID
- A cookie found on chat.openai.com for Plus users. This gets around Cloudflare rate limitsSERVER_HOST
- Set to 127.0.0.1 by defaultSERVER_PORT
- Set to 8080 by defaultOPENAI_EMAIL
andOPENAI_PASSWORD
- It will automatically refresh your PUID if set (requires Plus account)ENABLE_HISTORY
- Set to true by default
-
proxies.txt
- A list of proxies separated by new linehttp://127.0.0.1:8888 ...
-
access_tokens.json
- A JSON array of access tokens for cycling (Alternatively, send a PATCH request to the correct endpoint)["access_token1", "access_token2"...]
https://github.com/acheong08/ChatGPT-to-API/blob/master/docs/admin.md