Skip to content

Commit

Permalink
Merge pull request #374 from LlmKira/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sudoskys authored Apr 14, 2024
2 parents 3c3709c + 2ba96a7 commit a7d7182
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</p>

<p align="center">
<a href="https://llmkira.github.io/Docs/">🍩 部署文档</a>
<a href="https://llmkira.github.io/Docs/">🍩 部署文档</a>
&
<a href="https://llmkira.github.io/Docs/dev/basic">🧀 开发文档</a>
&
Expand All @@ -48,13 +48,23 @@ documentation [here](https://llmkira.github.io/Docs/en).**
支持多种模型源,支持跨平台消息转发。

| Demo |
|-----------------------------------|
| ![sticker](./docs/chain_chat.gif) |
|-----------------------------------|
| ![sticker](./docs/chain_chat.gif) |

与之前的项目不同的是,此项目尝试基于消息平台复刻 ChatGpt 的插件系统,实现部分或更进一步的功能。

> 因为 func call 为 feature,所以只支持 Openai 类型的 api, 不打算支持没有 func call 的 LLM
## 🍔 Roadmap

- [ ] 去除历史遗留代码
- [ ] 删除计量系统
- [ ] 删除模型选择系统,统一为 OpenAI Schema
- [ ] 使用更好的插件系统
- [ ] 简化项目结构
- [ ] 尝试用本地化方案替代 RabbitMQ
- [ ] 去除 Provider 体系

## 📦 Feature

- 🍪 完善的插件开发生态,采用经典设计,通过 `pip` 安装即可使用
Expand Down Expand Up @@ -210,4 +220,4 @@ Feel free to submit a Pull Request or discuss, we'd love to receive your contrib
> 如果您所在辖区禁止使用 Openai 服务,请勿使用此项目。
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot?ref=badge_small)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsudoskys%2FOpenaibot?ref=badge_small)
3 changes: 1 addition & 2 deletions llmkira/extra/user/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

from llmkira.sdk.adapter import SCHEMA_GROUP
from llmkira.sdk.func_calling import ToolRegister

from .client import UserCostClient, UserConfigClient, UserCost, UserConfig
from ...sdk.endpoint import Driver
from ...sdk.endpoint.tee import Driver


def is_valid_url(url):
Expand Down

0 comments on commit a7d7182

Please sign in to comment.