Skip to content

Commit 1e80c59

Browse files
committed
docs: update README.md
1 parent e48cb4f commit 1e80c59

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,15 @@ volumes:
275275

276276
## 模型说明
277277

278-
以下对所有可支持的模型的配置和使用方法进行说明,注意实际填写`config.json`配置时不要携带注释
278+
以下对所有可支持的模型的配置和使用方法进行说明,模型接口实现在项目的 `bot/` 目录下
279279

280280
<details>
281281
<summary>OpenAI</summary>
282282

283283
1. API Key创建:在 [OpenAI平台](https://platform.openai.com/api-keys) 创建API Key
284+
284285
2. 填写配置
286+
285287
```json
286288
{
287289
"model": "gpt-4.1-mini",
@@ -319,6 +321,8 @@ volumes:
319321

320322
## 通道说明
321323

324+
以下对可接入通道的配置方式进行说明,应用通道代码在项目的 `channel/` 目录下。
325+
322326
<details>
323327
<summary>Web</summary>
324328

@@ -350,6 +354,8 @@ volumes:
350354

351355
更多通道说明:Coming soon...
352356

357+
<br/>
358+
353359
# 🔗 相关项目
354360

355361
- [bot-on-anything](https://github.com/zhayujie/bot-on-anything):轻量和高可扩展的大模型应用框架,支持接入Slack, Telegram, Discord, Gmail等海外平台,可作为本项目的补充使用。
@@ -365,7 +371,7 @@ FAQs: <https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs>
365371

366372
# 🛠️ 开发
367373

368-
欢迎接入更多应用渠道,参考 [Terminal代码](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/channel/terminal/terminal_channel.py) 实现接收和发送消息逻辑即可接入。 同时欢迎贡献新的插件,参考 [插件说明文档](https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins)
374+
欢迎接入更多应用通道,参考 [Terminal代码](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/channel/terminal/terminal_channel.py) 新增自定义通道,实现接收和发送消息逻辑即可完成接入。 同时欢迎贡献新的插件,参考 [插件开发文档](https://github.com/zhayujie/chatgpt-on-wechat/tree/master/plugins)
369375

370376
# ✉ 联系
371377

0 commit comments

Comments
 (0)