提交 5edce570 编写于 作者: DCloud_JSON's avatar DCloud_JSON

1.1.3

上级 17659f75
## 1.1.3(2023-06-12)
- 修复 流式响应模式 响应包含`insufficientScore`时客户端未显示广告位的问题
## 1.1.2(2023-06-12) ## 1.1.2(2023-06-12)
- 修复 Vue3 微信小程序端 编译错误 - 修复 Vue3 微信小程序端 编译错误
## 1.1.1(2023-06-09) ## 1.1.1(2023-06-09)
......
{ {
"id": "uni-ai-chat", "id": "uni-ai-chat",
"name": "uni-ai-chat", "name": "uni-ai-chat",
"version": "1.1.2", "version": "1.1.3",
"description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
......
...@@ -644,7 +644,7 @@ ...@@ -644,7 +644,7 @@
// 如果e包含insufficientScore属性 // 如果e包含insufficientScore属性
else if (e.insufficientScore) { else if (e.insufficientScore) {
// 将最后一条消息的insufficientScore属性更新为e的insufficientScore属性 // 将最后一条消息的insufficientScore属性更新为e的insufficientScore属性
lastMsg.insufficientScore lastMsg.insufficientScore = e.insufficientScore
} }
}) })
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册