diff --git a/README.md b/README.md index 69ca642..c41dc77 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ -[![Docker Pulls][1]](https://hub.docker.com/r/missuo/freegpt35) - -[1]: https://img.shields.io/docker/pulls/missuo/freegpt35?logo=docker - +# 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](https://github.com/skzhengkai/free-chatgpt-api). ## Deploy @@ -48,3 +45,15 @@ curl http://127.0.0.1:3040/v1/chat/completions \ "stream": true }' ``` + +## Compatibility + +You can use it in any app, such as OpenCat, Next-Chat, Lobe-Chat, Bob, etc. Feel free to fill in an API Key with any string, for example, `gptyyds`. + +It's best not to use **immersive translate**, otherwise your server IP may be suspected of suspicious activity and quickly blocked. + +### Bob +![Bob](./img/Bob.png) + +## License +MIT License \ No newline at end of file