Update README.md

This commit is contained in:
Vincent Young
2024-04-02 23:37:56 -04:00
committed by GitHub
parent 4ebb208fdc
commit 5f193b68e8

View File

@@ -1,4 +1,6 @@
# FreeGPT35
[![Docker Pulls][1]](https://hub.docker.com/r/missuo/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).
## Deploy
@@ -44,4 +46,4 @@ curl http://127.0.0.1:3040/v1/chat/completions \
],
"stream": true
}'
```
```