Skip to content

Commit

Permalink
feat: app template;fix: chat test reset (#1838)
Browse files Browse the repository at this point in the history
* feat: app template;fix: chat test reset

* template output

* template output
  • Loading branch information
c121914yu committed Jun 25, 2024
1 parent 5c8c7fb commit c8bc983
Show file tree
Hide file tree
Showing 11 changed files with 2,211 additions and 563 deletions.
20 changes: 11 additions & 9 deletions docSite/content/zh-cn/docs/development/upgrading/485.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ curl --location --request POST 'https://{{host}}/api/admin/init/485' \

1. 新增 - 合并插件和应用,统一成工作台
2. 新增 - 应用创建副本功能
3. 优化 - 原文件编码存取
4. 优化 - 文件夹读取,支持单个文件夹超出 100 个文件
5. 优化 - 问答拆分/手动录入,当有`a`字段时,自动将`q`作为补充索引。
6. 优化 - 对话框页面代码
7. 修复 - SSR渲染
8. 修复 - 定时任务无法实际关闭
9. 修复 - 输入引导特殊字符导致正则报错
10. 修复 - 文件包含特殊字符`%`,且为转义时会导致页面崩溃
11. 修复 - 自定义输入选择知识库引用时页面崩溃
3. 新增 - 应用创建模板
4. 新增 - 支持代码运行结果作为工具输出。
5. 优化 - 原文件编码存取
6. 优化 - 文件夹读取,支持单个文件夹超出 100 个文件
7. 优化 - 问答拆分/手动录入,当有`a`字段时,自动将`q`作为补充索引。
8. 优化 - 对话框页面代码
9. 修复 - SSR渲染
10. 修复 - 定时任务无法实际关闭
11. 修复 - 输入引导特殊字符导致正则报错
12. 修复 - 文件包含特殊字符`%`,且为转义时会导致页面崩溃
13. 修复 - 自定义输入选择知识库引用时页面崩溃
2 changes: 1 addition & 1 deletion docSite/content/zh-cn/docs/workflow/examples/dalle3.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Response:
{
"key": "Authorization",
"type": "string",
"value": "Bearer sk-zsfBsxEU3ApSFGYxF4CdB97e9556412588421823371b9f7b"
"value": "Bearer "
}
],
"label": "",
Expand Down
Loading

0 comments on commit c8bc983

Please sign in to comment.