-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(README): add compability comment
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,3 +77,29 @@ | |
- WebUI Demo: https://demo.langbot.dev/ | ||
- 登录信息:邮箱:`[email protected]` 密码:`langbot123456` | ||
- 注意:仅展示webui效果,公开环境,请不要在其中填入您的任何敏感信息。 | ||
|
||
## 🔌 组件兼容性 | ||
|
||
### 消息平台 | ||
|
||
| 平台 | 支持 | 备注 | | ||
| --- | --- | --- | | ||
| OneBot v11 | ✅ | QQ 个人号私聊、群聊 | | ||
| QQ 官方 API | ✅ | QQ 频道机器人,支持频道、私聊、群聊 | | ||
| 企业微信 | 🚧 | | | ||
| 钉钉 | 🚧 | | | ||
|
||
🚧: 正在开发中 | ||
|
||
### 大模型 | ||
|
||
| 模型 | 支持 | 备注 | | ||
| --- | --- | --- | | ||
| OpenAI | ✅ | 可接入任何 OpenAI 接口格式模型 | | ||
| DeepSeek | ✅ | | | ||
| MoonShot | ✅ | | | ||
| Anthropic | ✅ | | | ||
| xAI | ✅ | | | ||
| Dify | ✅ | LLMOps 平台 | | ||
| Ollama | ✅ | 本地大模型管理平台 | | ||
| GiteeAI | ✅ | 大模型接口聚合平台 | |