2024-04-02 16:10:20 -04:00
2024-04-02 15:32:21 -04:00
2024-04-02 15:12:24 -04:00
2024-04-02 15:10:08 -04:00
fix
2024-04-02 15:39:08 -04:00
2024-04-02 15:32:21 -04:00
2024-04-02 15:10:38 -04:00
2024-04-02 15:09:24 -04:00
2024-04-02 15:12:24 -04:00
2024-04-02 15:12:24 -04:00
2024-04-02 16:10:20 -04:00

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

Use Node

npm install
node app.js

Use Docker

docker run -p 3040:3040 missuo/freegpt35

Use Docker Compose

mkdir freegpt35 && cd freegpt35
wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeGPT35/main/compose.yaml
docker compose up -d
Description
利用免登录 ChatGPT Web 提供的无限制免费 GPT-3.5-Turbo API 服务。
Readme AGPL-3.0 813 KiB
Languages
JavaScript 99%
Dockerfile 1%