From 7ba804117c292b51d8f94344c9374e4a529aa837 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:22:51 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 603acbf1..638fb41a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 💯AI00 RWKV Server -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) `AI00 RWKV Server`是一个基于[`RWKV`模型](https://github.com/BlinkDL/ChatRWKV)的推理API服务器。 @@ -159,9 +159,11 @@ API 服务开启于 3000 端口, 数据输入已经输出格式遵循Openai API 顾真牛
顾真牛

📖 + 研究社交
研究社交

💻 💡 🤔 🚧 👀 📦 + From 22a19fd84dce8f2542bc3485530001ef411c773c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:22:52 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 64ed23e1..036af1a1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -15,6 +15,20 @@ "contributions": [ "doc" ] + }, + { + "login": "cryscan", + "name": "研究社交", + "avatar_url": "https://avatars.githubusercontent.com/u/16053640?v=4", + "profile": "http://cryscan.github.io/profile", + "contributions": [ + "code", + "example", + "ideas", + "maintenance", + "review", + "platform" + ] } ], "contributorsPerLine": 7,