mirror of
https://github.com/missuo/FreeGPT35.git
synced 2025-10-13 13:58:14 +00:00
cd652685cfd9dbb2708cdd158110fd5fdb6e128b
FreeGPT35
Utilize the unlimited free GPT-3.5-Turbo API service provided by the login-free ChatGPT Web. Forked from https://github.com/skzhengkai/free-chatgpt-api.
Usage
Node
npm install
node app.js
Docker
docker run -p 3040:3040 missuo/freegpt35
Docker Compose
mkdir freegpt35 && cd freegpt35
wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/compose.yaml
docker compose up -d
Languages
JavaScript
99%
Dockerfile
1%