Skip to content

Commit a7d7182

Browse files
authored
Merge pull request #374 from LlmKira/dev
Dev
2 parents 3c3709c + 2ba96a7 commit a7d7182

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</p>
2727

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

5050
| Demo |
51-
|-----------------------------------|
52-
| ![sticker](./docs/chain_chat.gif) |
51+
|-----------------------------------|
52+
| ![sticker](./docs/chain_chat.gif) |
5353

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

5656
> 因为 func call 为 feature,所以只支持 Openai 类型的 api, 不打算支持没有 func call 的 LLM
5757
58+
## 🍔 Roadmap
59+
60+
- [ ] 去除历史遗留代码
61+
- [ ] 删除计量系统
62+
- [ ] 删除模型选择系统,统一为 OpenAI Schema
63+
- [ ] 使用更好的插件系统
64+
- [ ] 简化项目结构
65+
- [ ] 尝试用本地化方案替代 RabbitMQ
66+
- [ ] 去除 Provider 体系
67+
5868
## 📦 Feature
5969

6070
- 🍪 完善的插件开发生态,采用经典设计,通过 `pip` 安装即可使用
@@ -210,4 +220,4 @@ Feel free to submit a Pull Request or discuss, we'd love to receive your contrib
210220
211221
> 如果您所在辖区禁止使用 Openai 服务,请勿使用此项目。
212222
213-
[![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)
223+
[![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)

llmkira/extra/user/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

99
from llmkira.sdk.adapter import SCHEMA_GROUP
1010
from llmkira.sdk.func_calling import ToolRegister
11-
1211
from .client import UserCostClient, UserConfigClient, UserCost, UserConfig
13-
from ...sdk.endpoint import Driver
12+
from ...sdk.endpoint.tee import Driver
1413

1514

1615
def is_valid_url(url):

0 commit comments

Comments
 (0)