docs: add compatibility

This commit is contained in:
Vincent Yang
2024-04-02 23:56:26 -04:00
parent 109d5d2c86
commit 841bd0caa2

View File

@@ -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