diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..ca22c79f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,67 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "cgisky1980", + "name": "顾真牛", + "avatar_url": "https://avatars.githubusercontent.com/u/82481660?v=4", + "profile": "https://github.com/cgisky1980", + "contributions": [ + "doc", + "code", + "content", + "design", + "mentoring" + ] + }, + { + "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" + ] + }, + { + "login": "josStorer", + "name": "josc146", + "avatar_url": "https://avatars.githubusercontent.com/u/13366013?v=4", + "profile": "https://github.com/josStorer", + "contributions": [ + "bug", + "code", + "ideas", + "tool" + ] + }, + { + "login": "l15y", + "name": "l15y", + "avatar_url": "https://avatars.githubusercontent.com/u/11372524?v=4", + "profile": "https://github.com/l15y", + "contributions": [ + "tool", + "plugin", + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "ai00_rwkv_server", + "projectOwner": "cgisky1980" +} diff --git a/.gitignore b/.gitignore index 94d12514..1747e4ec 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ Cargo.lock *.st ai00_server.exe run.bat +node_modules/ diff --git a/README.md b/README.md index 4b7570dd..e7c61ecb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # 💯AI00 RWKV Server + +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) + `AI00 RWKV Server`是一个基于[`RWKV`模型](https://github.com/BlinkDL/ChatRWKV)的推理API服务器。 @@ -101,6 +104,13 @@ API 服务开启于 3000 端口, 数据输入已经输出格式遵循Openai API - `/v1/embeddings` - `/embeddings` +## 📙WebUI 截图 + +![image](https://github.com/cgisky1980/ai00_rwkv_server/assets/82481660/33e8da0b-5d3f-4dfc-bf35-4a8147d099bc) + +![image](https://github.com/cgisky1980/ai00_rwkv_server/assets/82481660/a24d6c72-31a0-4ff7-8a61-6eb98aae46e8) + + ## 📝TODO List - [x] 支持text_completions和chat_completions @@ -142,9 +152,27 @@ API 服务开启于 3000 端口, 数据输入已经输出格式遵循Openai API ### 感谢下面项目的编写者们做出的杰出工作 - - - + + + + + + + + + + + + +
顾真牛
顾真牛

📖 💻 🖋 🎨 🧑‍🏫
研究社交
研究社交

💻 💡 🤔 🚧 👀 📦
josc146
josc146

🐛 💻 🤔 🔧
l15y
l15y

🔧 🔌 💻
+ + + + + + + + ### 感谢下面又好看又有眼光又优秀的杰出人士对项目的支持和无私奉献 @@ -168,3 +196,5 @@ API 服务开启于 3000 端口, 数据输入已经输出格式遵循Openai API - [什么是 AI00](docs/ai00.md) - [为什么只支持RWKV](docs/rwkv.md) + +