Skip to content

Utilize the unlimited free GPT-3.5-Turbo API service provided by the login-free ChatGPT Web.

License

Notifications You must be signed in to change notification settings

mouxangithub/FreeGPT35

 
 

Repository files navigation

Docker Pulls

使用第三方接口免登3.5转v1,例如cockroachai-v2

项目源自FreeGPT35,本项目只是更改了chatgpt的基础路径和域名,解决一些因为国内机器无法使用的问题

使用蟑螂v2基础域名进行免登3.5转v1

BASE_URL为cockroachai-v2的基础访问域名或ip:端口

docker run -d \
 -p 3040:3040 \
 -e BASE_URL=https://127.0.0.1/ \
 ghcr.io/mouxan/freegpt35
docker run -d \
 -p 3040:3040 \
 -e BASE_URL=https://127.0.0.1/ \
 mouxan/freegpt35

About

Utilize the unlimited free GPT-3.5-Turbo API service provided by the login-free ChatGPT Web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.1%
  • Dockerfile 0.9%