From 5f193b68e827299bd7524b153f13b4cc2200bf7a Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Tue, 2 Apr 2024 23:37:56 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d946bf..577772b 100644 --- a/README.md +++ b/README.md @@ -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 }' -``` \ No newline at end of file +```