Skip to content

Commit aa651ce

Browse files
committed
update readme
1 parent d25c465 commit aa651ce

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
<a href="https://github.com/shell-nlp/gpt_server"><img src="assets/logo.png" width="252" height="116" alt="gpt_server logo"></a>
44

55
# GPT Server
6-
[![License](https://img.shields.io/github/license/shell-nlp/gpt_server)](https://github.com/shell-nlp/gpt_server/blob/main/LICENSE) ![Stars](https://img.shields.io/github/stars/shell-nlp/gpt_server?color=yellow) ![Forks](https://img.shields.io/github/forks/shell-nlp/gpt_server?color=9cf) ![Docker pulls](https://img.shields.io/docker/pulls/506610466/gpt_server)
6+
[![License][license-shield]][license-url]
7+
[![Stars][stars-shield]][stars-url]
8+
[![Forks][forks-shield]][forks-url]
9+
[![Docker pulls][docker-pulls]][docker-pulls]
10+
[![CI Status][ci-shield]][ci-url]
11+
[![issue resolution][closed-issues-shield]][closed-issues-url]
12+
[![open issues][open-issues-shield]][open-issues-url]
713
</div>
814

915
本项目依托fastchat的基础能力来提供**openai server**的能力.
@@ -335,3 +341,18 @@ docker-compose -f "docker-compose.yml" up -d --build gpt_server
335341
## Star History
336342

337343
[![Star History Chart](https://api.star-history.com/svg?repos=shell-nlp/gpt_server&type=Date)](https://star-history.com/#shell-nlp/gpt_server&Date)
344+
345+
[open-issues-url]: https://github.com/shell-nlp/gpt_server/issues
346+
[open-issues-shield]: https://img.shields.io/github/issues-raw/shell-nlp/gpt_server
347+
[closed-issues-shield]: https://img.shields.io/github/issues-closed-raw/shell-nlp/gpt_server
348+
[closed-issues-url]: https://github.com/shell-nlp/gpt_server/issues
349+
350+
[forks-url]: https://github.com/shell-nlp/gpt_server/network/members
351+
[forks-shield]: https://img.shields.io/github/forks/shell-nlp/gpt_server?color=9cf
352+
[stars-url]: https://github.com/shell-nlp/gpt_server/stargazers
353+
[stars-shield]: https://img.shields.io/github/stars/shell-nlp/gpt_server?color=yellow
354+
[license-url]: https://github.com/shell-nlp/gpt_server/blob/main/LICENSE
355+
[license-shield]: https://img.shields.io/github/license/shell-nlp/gpt_server
356+
[docker-pulls]: https://img.shields.io/docker/pulls/506610466/gpt_server
357+
[ci-shield]: https://github.com/shell-nlp/gpt_server/actions/workflows/docker-image.yml/badge.svg
358+
[ci-url]: https://github.com/shell-nlp/gpt_server/actions/workflows/docker-image.yml

0 commit comments

Comments
 (0)