|
3 | 3 | <a href="https://github.com/shell-nlp/gpt_server"><img src="assets/logo.png" width="252" height="116" alt="gpt_server logo"></a>
|
4 | 4 |
|
5 | 5 | # GPT Server
|
6 |
| -[](https://github.com/shell-nlp/gpt_server/blob/main/LICENSE)    |
| 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] |
7 | 13 | </div>
|
8 | 14 |
|
9 | 15 | 本项目依托fastchat的基础能力来提供**openai server**的能力.
|
@@ -335,3 +341,18 @@ docker-compose -f "docker-compose.yml" up -d --build gpt_server
|
335 | 341 | ## Star History
|
336 | 342 |
|
337 | 343 | [](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