Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxs2018 authored Dec 12, 2023
1 parent cb25819 commit 197f35c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
- 支持自定义大模型接入
- 对二次开发友好

## 文档

**教程**

- [一、概念](./docs/concepts.md)
- [二、消息流程处理](./docs/process.md)
- [三、自定义开发](./docs/tutorials.md)

**文章**

- [构建一个属于你自己的 AI 对话机器人](./docs/blog/build-your-ai-assistant.md.md)

## 快速开始

### 安装
Expand Down Expand Up @@ -77,6 +65,23 @@ bot.use(assistant.callback());
bot.start();
```

## 文档

**教程**

- [一、概念](./docs/concepts.md)
- [二、消息流程处理](./docs/process.md)
- [三、自定义开发](./docs/tutorials.md)

**文章**

- [构建一个属于你自己的 AI 对话机器人](./docs/blog/build-your-ai-assistant.md.md)

## 关联项目

- [@zhengxs/ai](https://github.com/zhengxs2018/ai) - 各平台大模型 API 统一封装
- [@zhengxs/erniebot](https://github.com/zhengxs2018/erniebot-sdk-for-js)

## 口令支持

| 口令 | 描述 |
Expand Down Expand Up @@ -168,11 +173,6 @@ $ pnpm task ./samples/llm/custom.ts
- 事件:`room-invite`
- 动作:Web 版不支持,发送不支持消息

## 关联项目

- [@zhengxs/ai](https://github.com/zhengxs2018/ai) - 各平台大模型 API 统一封装
- [@zhengxs/erniebot](https://github.com/zhengxs2018/erniebot-sdk-for-js)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=zhengxs2018/wechaty-plugin-assistant&type=Date)](https://star-history.com/#zhengxs2018/wechaty-plugin-assistant&Date)
Expand Down

0 comments on commit 197f35c

Please sign in to comment.