mirror of
https://github.com/idootop/mi-gpt.git
synced 2025-04-13 16:47:09 +00:00
docs: 优化关闭流式响应时不能使用对话模式的提示语
This commit is contained in:
parent
974fbbf653
commit
02114694ea
|
@ -140,7 +140,7 @@ export class AISpeaker extends Speaker {
|
|||
|
||||
async enterKeepAlive() {
|
||||
if (!this.streamResponse) {
|
||||
await this.response({ text: "流式响应已关闭,无法进入唤醒模式" });
|
||||
await this.response({ text: "您已关闭流式响应(streamResponse),无法使用连续对话模式" });
|
||||
return;
|
||||
}
|
||||
// 回应
|
||||
|
|
Loading…
Reference in New Issue
Block a user