mirror of
https://github.com/idootop/mi-gpt.git
synced 2025-04-07 21:39:20 +00:00
fix: markdown table
This commit is contained in:
parent
869c030919
commit
dd220c1af0
|
@ -83,7 +83,7 @@ main();
|
|||
然后,将里面的配置参数修改成你自己的,参数含义如下:
|
||||
|
||||
| 参数名称 | 描述 | 示例 |
|
||||
| ---------------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------- | --- | --- |
|
||||
| ---------------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------- |
|
||||
| **bot** | | |
|
||||
| `name` | 对方名称(小爱音箱) | `"傻妞"` |
|
||||
| `profile` | 对方的个人简介/人设 | `"性别女,性格乖巧可爱,喜欢搞怪,爱吃醋。"` |
|
||||
|
@ -100,7 +100,7 @@ main();
|
|||
| `ttsCommand` | 小爱音箱 TTS 指令([可在此查询](https://home.miot-spec.com)) | `[5, 1]` |
|
||||
| `wakeUpCommand` | 小爱音箱唤醒指令([可在此查询](https://home.miot-spec.com)) | `[5, 3]` |
|
||||
| **speaker 其他参数(可选)** |
|
||||
| `playingCommand` | 小爱音箱是否在播放中指令([可在此查询](https://home.miot-spec.com)) | `[3, 1, 1]` | | |
|
||||
| `playingCommand` | 小爱音箱是否在播放中指令([可在此查询](https://home.miot-spec.com)) | `[3, 1, 1]` |
|
||||
| `streamResponse` | 是否启用流式响应(部分小爱音箱型号不支持查询播放状态,此时需要关闭流式响应) | `true` |
|
||||
| `callAIKeywords` | 当消息以关键词开头时,会调用 AI 来响应用户消息 | `["请", "傻妞"]` |
|
||||
| `wakeUpKeywords` | 当消息以关键词开头时,会进入 AI 唤醒状态 | `["召唤傻妞", "打开傻妞"]` |
|
||||
|
|
Loading…
Reference in New Issue
Block a user