V4.7-alpha (#985)

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
Archer
2024-03-13 10:50:02 +08:00
committed by GitHub
parent 5bca15f12f
commit 9501c3f3a1
170 changed files with 5786 additions and 2342 deletions

View File

@@ -1,11 +1,7 @@
### Fast GPT V4.6.9
### FastGPT V4.7
1. 新增 - 知识库新增“增强处理”训练模式,可生成更多类型索引
2. 新增 - 完善了HTTP模块的变量提示。
3. 新增 - HTTP模块支持OpenAI单接口导入。
4. 新增 - 全局变量支持增加外部变量。可通过分享链接的Query或 API 的 variables 参数传入。
5. 新增 - 内容提取模块增加默认值。
6. 优化 - 问题补全。增加英文类型。同时可以设置为单独模块,方便复用。
7. [点击查看高级编排介绍文档](https://doc.fastgpt.in/docs/workflow/intro)
8. [使用文档](https://doc.fastgpt.in/docs/intro/)
9. [点击查看商业版](https://doc.fastgpt.in/docs/commercial/)
1. 新增 - 工具调用模块可以让LLM模型根据用户意图动态的选择其他模型或插件执行
2. 优化 - 高级编排性能
3. [点击查看高级编排介绍文档](https://doc.fastgpt.in/docs/workflow/intro)
4. [使用文档](https://doc.fastgpt.in/docs/intro/)
5. [点击查看商业版](https://doc.fastgpt.in/docs/commercial/)

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<path
d="M7.16966 2.66659H8.98677C9.57588 2.66659 10.0534 3.14415 10.0534 3.73325V3.9589H11.3332C11.3512 3.9589 11.3691 3.9589 11.3868 3.9589V3.73325C11.3868 2.40777 10.3123 1.33325 8.98677 1.33325H7.16966C5.84418 1.33325 4.76966 2.40777 4.76966 3.73325V3.9589H6.10299V3.73325C6.10299 3.14415 6.58056 2.66659 7.16966 2.66659Z"
fill="#6F5DD7" />
<path
d="M14.9573 6.83844H1.04263C1.05186 6.04556 1.09409 5.57531 1.28709 5.19652C1.5044 4.77002 1.85116 4.42327 2.27766 4.20596C2.76253 3.9589 3.39725 3.9589 4.66671 3.9589H11.3332C12.6027 3.9589 13.2374 3.9589 13.7223 4.20596C14.1488 4.42327 14.4955 4.77002 14.7129 5.19652C14.9059 5.57531 14.9481 6.04556 14.9573 6.83844Z"
fill="#6F5DD7" />
<path
d="M9.75703 8.02511H14.9599V11.04C14.9599 12.3094 14.9599 12.9442 14.7129 13.429C14.4955 13.8555 14.1488 14.2023 13.7223 14.4196C13.2374 14.6666 12.6027 14.6666 11.3332 14.6666H4.6667C3.39725 14.6666 2.76253 14.6666 2.27766 14.4196C1.85116 14.2023 1.5044 13.8555 1.28709 13.429C1.04004 12.9442 1.04004 12.3094 1.04004 11.04V8.02511H6.24291V10.2151C6.24291 10.436 6.422 10.6151 6.64291 10.6151H9.35703C9.57794 10.6151 9.75703 10.436 9.75703 10.2151V8.02511Z"
fill="#6F5DD7" />
<path d="M7.30958 8.02511H8.69036V9.54843H7.30958V8.02511Z" fill="#6F5DD7" />
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -89,6 +89,7 @@
"Edit": "Edit",
"Exit": "Exit",
"Expired Time": "Expired",
"Field": "Field",
"File": "File",
"Filed is repeat": "Filed is repeated",
"Filed is repeated": "",
@@ -409,7 +410,7 @@
"Speaking": "I'm listening...",
"Start Chat": "Start Chat",
"Stop Speak": "Stop Speak",
"Type a message": "Input problem",
"Type a message": "Enter your question here",
"Unpin": "Unpin",
"You need to a chat app": "You don't have apps available",
"error": {
@@ -444,9 +445,11 @@
"response": {
"Complete Response": "Complete Response",
"Extension model": "Extension model",
"Plugin Resonse Detail": "Plugin Detail",
"Plugin response detail": "Plugin Detail",
"Read complete response": "Read Detail",
"Read complete response tips": "Click to see the detailed process",
"Tool call response detail": "Tool call detail",
"Tool call tokens": "Tool call tokens",
"context total length": "Context Length",
"module cq": "Question classification list",
"module cq result": "Classification Result",
@@ -776,6 +779,7 @@
},
"Default value": "Default ",
"Default value placeholder": "Null characters are returned by default",
"Edit intro": "Edit",
"Field Description": "Description",
"Field Name": "Name",
"Field Type": "Type",
@@ -933,6 +937,9 @@
"textEditor": {
"Text Edit": "Text Edit"
},
"tool": {
"Tool input": "Tool input"
},
"valueType": {
"any": "Any",
"boolean": "Boolean",
@@ -942,7 +949,8 @@
"number": "Number",
"selectApp": "Select App",
"selectDataset": "Select Dataset",
"string": "String"
"string": "String",
"tools": "tools"
},
"variable": {
"External type": "External",

View File

@@ -89,6 +89,7 @@
"Edit": "编辑",
"Exit": "退出",
"Expired Time": "过期时间",
"Field": "字段",
"File": "文件",
"Filed is repeat": "",
"Filed is repeated": "字段重复了",
@@ -444,9 +445,11 @@
"response": {
"Complete Response": "完整响应",
"Extension model": "问题优化模型",
"Plugin Resonse Detail": "插件详情",
"Plugin response detail": "插件详情",
"Read complete response": "查看详情",
"Read complete response tips": "点击查看详细流程",
"Tool call response detail": "工具运行详情",
"Tool call tokens": "工具调用Tokens消耗",
"context total length": "上下文总长度",
"module cq": "问题分类列表",
"module cq result": "分类结果",
@@ -778,10 +781,11 @@
},
"Default value": "默认值",
"Default value placeholder": "不填则默认返回空字符",
"Edit intro": "编辑描述",
"Field Description": "字段描述",
"Field Name": "字段名",
"Field Type": "字段类型",
"Field key": "字段 Key",
"Field key": "字段Key",
"Http request props": "请求参数",
"Http request settings": "请求配置",
"Input Type": "输入类型",
@@ -935,6 +939,9 @@
"textEditor": {
"Text Edit": "文本加工"
},
"tool": {
"Tool input": "工具输入"
},
"valueType": {
"any": "任意",
"boolean": "布尔",
@@ -944,7 +951,8 @@
"number": "数字",
"selectApp": "应用选择",
"selectDataset": "知识库选择",
"string": "字符串"
"string": "字符串",
"tools": "工具调用"
},
"variable": {
"External type": "外部传入",