mirror of
https://github.com/missuo/FreeGPT35.git
synced 2025-10-14 14:30:39 +00:00
docs: add compatibility
This commit is contained in:
17
README.md
17
README.md
@@ -1,7 +1,4 @@
|
|||||||
[![Docker Pulls][1]](https://hub.docker.com/r/missuo/freegpt35)
|
# FreeGPT35
|
||||||
|
|
||||||
[1]: https://img.shields.io/docker/pulls/missuo/freegpt35?logo=docker
|
|
||||||
|
|
||||||
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).
|
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
|
## Deploy
|
||||||
@@ -48,3 +45,15 @@ curl http://127.0.0.1:3040/v1/chat/completions \
|
|||||||
"stream": true
|
"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
|
||||||
|

|
||||||
|
|
||||||
|
## License
|
||||||
|
MIT License
|
Reference in New Issue
Block a user