From 915d828747ae9425d170a93f7580a2e728251eb9 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Tue, 25 Apr 2023 21:16:31 +0800 Subject: [PATCH] 1.0.1 --- changelog.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 501f633..10d09ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,5 @@ ## 1.0.1(2023-04-25) -不再提供stream设置ui,自动根据是否开通并启用uni-push设置 +- 新增内容安全识别 +- 不再提供stream设置ui,自动根据是否开通并启用uni-push设置 ## 1.0.0(2023-04-24) 1.0.0 diff --git a/package.json b/package.json index e6fc53d..97ba653 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-ai-chat", "name": "uni-ai-chat", - "version": "1.0.0", + "version": "1.0.1", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "main": "main.js", "scripts": { -- GitLab