Skip to content

Commit

Permalink
docs: update project status and screenshots
Browse files Browse the repository at this point in the history
- Update project status to "Steadily iterating towards the official 1.0 release (currently in Release Candidate stage)"
- Add screenshots for preset, plugin mode, and image rendering
- Remove New Bing adapter from the features list
  • Loading branch information
dingyi222666 committed Nov 25, 2024
1 parent c3a527e commit 9b3b549
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _多平台模型接入,可扩展,多种输出格式,提供大语言模型

[![Telegram](https://img.shields.io/badge/Join-Telegram_Group-blue)](https://t.me/koishi_chatluna) [![QQ](https://img.shields.io/badge/Join-QQ_Group-ff69b4)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=eEBVq6GK7HYX2y61x55WD6hnXTIRop-0&authKey=i4pG5%2BJ%2FY8auWprBubhremTkn3vroPigQq5m9RENGBLrLmlj%2BSu3G%2BqllK7Wts2M&noverify=0&group_code=282381753) [![doc](https://img.shields.io/badge/See-Document(WIP)-green)](https://chatluna.chat/)

**项目状态:缓慢迭代到 1.0 正式版(急需人手补全文档**
**项目状态:稳步迭代到 1.0 正式版(目前已进入 Release Candidate 阶段**

</div>

Expand Down
2 changes: 1 addition & 1 deletion README_EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _A bot plugin for LLM chat services with multi-model integration, extensibility,

[![Telegram](https://img.shields.io/badge/Join-Telegram_Group-blue)](https://t.me/koishi_chatluna) [![QQ](https://img.shields.io/badge/Join-QQ_Group-ff69b4)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=eEBVq6GK7HYX2y61x55WD6hnXTIRop-0&authKey=i4pG5%2BJ%2FY8auWprBubhremTkn3vroPigQq5m9RENGBLrLmlj%2BSu3G%2BqllK7Wts2M&noverify=0&group_code=282381753) [![doc](https://img.shields.io/badge/See-Document(WIP)-green)](https://chatluna.chat/)

**Project Status: Iterating towards v1.0 (Contributors needed for documentation)**
**Project Status: Steadily iterating towards the official 1.0 release (currently in Release Candidate stage)**

</div>

Expand Down
7 changes: 4 additions & 3 deletions packages/core/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ _A bot plugin for LLM chat services with multi-model integration, extensibility,

[![Telegram](https://img.shields.io/badge/Join-Telegram_Group-blue)](https://t.me/koishi_chatluna) [![QQ](https://img.shields.io/badge/Join-QQ_Group-ff69b4)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=eEBVq6GK7HYX2y61x55WD6hnXTIRop-0&authKey=i4pG5%2BJ%2FY8auWprBubhremTkn3vroPigQq5m9RENGBLrLmlj%2BSu3G%2BqllK7Wts2M&noverify=0&group_code=282381753) [![doc](https://img.shields.io/badge/See-Document(WIP)-green)](https://chatluna.chat/)

**Project Status: Iterating towards v1.0 (Contributors needed for documentation)**
**Project Status: Steadily iterating towards the official 1.0 release (currently in Release Candidate stage)**

</div>

## Screenshots

Work in progress...
| Preset | Plugin Mode & Streaming Output | Image Rendering |
|---------------------|--------------------------|--------------------|
| ![preset](https://s2.loli.net/2024/10/17/hfyoKXtJC5dV2Lg.webp) | ![plugin](https://s2.loli.net/2024/10/17/pcDjSIVMkB1aO6L.webp) | ![code](https://s2.loli.net/2024/10/17/7TBlbDsPM95iwdr.gif) |

## Features

Expand Down Expand Up @@ -54,7 +56,6 @@ Install the plugin in Koishi for basic functionality. For detailed setup, see ou
| [OpenAI](./packages/openai-adapter/README.md) | Official API | Customizable, plugin/browsing modes | Paid API |
| [Azure OpenAI](./packages/azure-openai-adapter/README.md) | Official API | Similar to OpenAI | Paid API |
| [Google Gemini](./packages/gemini-adapter/README.md) | Official API | Fast, outperforms GPT-3.5 | Requires account, may be charged |
| [New Bing](./packages/newbing-adapter/README.md) | Reverse-engineered | Web search, no login required | Proxy needed, CAPTCHA required |
| [Claude API](./packages/claude-adapter) | Official API | Large context, often beats GPT-3.5 | Paid, no Function Call |
| [Tongyi Qianwen](./packages/qwen-adapter/README.md) | Official API | Free quota available | Slightly better than Zhipu |
| [Zhipu](./packages/zhipu-adapter/README.md) | Official API | Free tokens for new users | Better than Xunfei Spark |
Expand Down

0 comments on commit 9b3b549

Please sign in to comment.