We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cf276 commit b29b0b4Copy full SHA for b29b0b4
1 file changed
docs/ecosystem/other/character.md
@@ -126,6 +126,10 @@ system 是整个预设的核心部分。在默认预设中,基于 Markdown 格
126
<message><video>视频链接</video></message>
127
```
128
129
+```xml
130
+<message><audio>音频链接</audio></message>
131
+```
132
+
133
```xml
134
<message><file name="文件名.ext">文件链接</file></message>
135
@@ -167,6 +171,7 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
167
171
* 消息历史:
168
172
169
173
此处可插入 `{history_new}`(最近消息)、`{history_last}`(最后一条消息)。
174
+ 注意:用户发送的语音消息在历史记录中会以 `<audio>URL</audio>` 格式呈现,与模型用于 TTS 的 `<voice>` 标签区分。
170
175
176
* 当前状态:
177
0 commit comments