IOS safari whisper support (#2870)

* fix: variables check

* remove log

* perf: safari whisper

* feat: comment

* perf: connetion check

* doc
This commit is contained in:
Archer
2024-10-10 12:24:07 +08:00
committed by GitHub
parent 8273c96bbc
commit 13401294ad
5 changed files with 19 additions and 13 deletions

View File

@@ -94,7 +94,7 @@ curl --location --request POST 'https://{{host}}/api/admin/init/4811' \
--header 'Content-Type: application/json'
```
会初始化成员组。
会初始化团队成员组。
## V4.8.11 更新说明
@@ -120,8 +120,9 @@ curl --location --request POST 'https://{{host}}/api/admin/init/4811' \
20. 修复 - 工作流工具调用中修改全局变量后,无法传递到后续流程。
21. 优化 - 流输出,切换浏览器 Tab 后仍可以继续输出。
22. 优化 - 完善外部文件知识库相关 API
23. 修复 - 知识库选择权限问题
24. 修复 - 空 chatId 发起对话,首轮携带用户选择时会异常
25. 修复 - createDataset 接口intro 为赋值
26. 修复 - 对话框渲染性能问题
27. 修复 - 工具调用历史记录存储不正确
23. 优化 - IOS Safari 浏览器,语音输入不准确
24. 修复 - 知识库选择权限问题
25. 修复 - 空 chatId 发起对话,首轮携带用户选择时会异常
26. 修复 - createDataset 接口intro 为赋值
27. 修复 - 对话框渲染性能问题
28. 修复 - 工具调用历史记录存储不正确。