mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
4.7.1-alpha2 (#1153)
Co-authored-by: UUUUnotfound <31206589+UUUUnotfound@users.noreply.github.com> Co-authored-by: Hexiao Zhang <731931282qq@gmail.com> Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
### FastGPT V4.7
|
||||
|
||||
1. 新增 - 工具调用模块,可以让LLM模型根据用户意图,动态的选择其他模型或插件执行。
|
||||
2. 新增 - 分类和内容提取支持 functionCall 模式。部分模型支持 functionCall 不支持 ToolCall,也可以使用了。需要把 LLM 模型配置文件里的 `functionCall` 设置为 `true`, `toolChoice`设置为 `false`。如果 `toolChoice` 为 true,会走 tool 模式。
|
||||
3. 新增 - HTTP插件,可实现OpenAPI快速生成插件。
|
||||
4. 优化 - 高级编排性能。
|
||||
5. 优化 - AI模型选择。
|
||||
6. 优化 - 手动输入知识库弹窗。
|
||||
7. 优化 - 变量输入弹窗。
|
||||
8. 优化 - 浏览器读取文件自动推断编码,减少乱码情况。
|
||||
9. [点击查看高级编排介绍文档](https://doc.fastgpt.in/docs/workflow/intro)
|
||||
10. [使用文档](https://doc.fastgpt.in/docs/intro/)
|
||||
11. [点击查看商业版](https://doc.fastgpt.in/docs/commercial/)
|
||||
1. 新增 - 语音输入完整配置。支持选择是否打开语音输入(包括分享页面),支持语音输入后自动发送,支持语音输入后自动语音播放(流式)。
|
||||
2. 新增 - Pptx 和 xlsx 文件读取。但所有文件读取都放服务端,会消耗更多的服务器资源,以及无法在上传时预览更多内容。
|
||||
3. 新增 - 集成 Laf 云函数,可以读取 Laf 账号中的云函数作为 HTTP 模块。
|
||||
4. 修改 - csv导入模板,取消 header 校验,自动获取前两列。
|
||||
5. 修复 - 问题补全历史记录BUG
|
||||
6. [点击查看高级编排介绍文档](https://doc.fastgpt.in/docs/workflow/intro)
|
||||
7. [使用文档](https://doc.fastgpt.in/docs/intro/)
|
||||
8. [点击查看商业版](https://doc.fastgpt.in/docs/commercial/)
|
@@ -275,6 +275,7 @@
|
||||
"App intro": "App intro",
|
||||
"App params config": "App Config",
|
||||
"Chat Variable": "",
|
||||
"Config whisper": "Config whisper",
|
||||
"External using": "External use",
|
||||
"Make a brief introduction of your app": "Make a brief introduction of your app",
|
||||
"Max histories": "Dialog round",
|
||||
@@ -297,6 +298,7 @@
|
||||
"Simple Config Tip": "Only basic functions are included. For complex agent functions, use advanced orchestration.",
|
||||
"TTS": "Audio Speech",
|
||||
"TTS Tip": "After this function is enabled, the voice playback function can be used after each conversation. Use of this feature may incur additional charges.",
|
||||
"TTS start": "Reading content",
|
||||
"Team tags": "Team tags",
|
||||
"Temperature": "Temperature",
|
||||
"Tool call": "Tool call",
|
||||
@@ -309,6 +311,9 @@
|
||||
"This plugin cannot be called as a tool": "This tool cannot be used in easy mode"
|
||||
},
|
||||
"Welcome Text": "Welcome Text",
|
||||
"Whisper": "Whisper",
|
||||
"Whisper Tip": "",
|
||||
"Whisper config": "Whisper config",
|
||||
"create app": "Create App",
|
||||
"deterministic": "Deterministic",
|
||||
"edit": {
|
||||
@@ -395,11 +400,23 @@
|
||||
"Test Listen": "Test",
|
||||
"Test Listen Text": "Hello, this is a voice test, if you can hear this sentence, it means that the voice playback function is normal",
|
||||
"Web": "Browser (free)"
|
||||
},
|
||||
"whisper": {
|
||||
"Auto send": "Auto send",
|
||||
"Auto send tip": "After the voice input is completed, you can send it directly, without manually clicking the send button",
|
||||
"Auto tts response": "Auto tts response",
|
||||
"Auto tts response tip": "Questions sent through voice input will be answered directly in the form of voice. Please ensure that the voice broadcast function is enabled.",
|
||||
"Close": "Close",
|
||||
"Not tts tip": "You have not turned on Voice playback and the feature is not available",
|
||||
"Open": "Open",
|
||||
"Switch": "Open whisper"
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"Admin Mark Content": "Corrected response",
|
||||
"Audio Speech Error": "Audio Speech Error",
|
||||
"Cancel Speak": "Cancel speak",
|
||||
"Canceled Speak": "Voice input has been cancelled",
|
||||
"Chat API is error or undefined": "The session interface reported an error or returned null",
|
||||
"Confirm to clear history": "Confirm to clear history?",
|
||||
"Confirm to clear share chat history": " Are you sure to delete all chats?",
|
||||
@@ -415,6 +432,7 @@
|
||||
"Feedback Submit": "Submit",
|
||||
"Feedback Success": "Feedback Success",
|
||||
"Feedback Update Failed": "Feedback Update Failed",
|
||||
"Finish Speak": "Finish speak",
|
||||
"History": "History",
|
||||
"History Amount": "{{amount}} records",
|
||||
"Mark": "Mark",
|
||||
|
@@ -275,6 +275,7 @@
|
||||
"App intro": "应用介绍",
|
||||
"App params config": "应用配置",
|
||||
"Chat Variable": "对话框变量",
|
||||
"Config whisper": "配置语音输入",
|
||||
"External using": "外部使用途径",
|
||||
"Make a brief introduction of your app": "给你的 AI 应用一个介绍",
|
||||
"Max histories": "聊天记录数量",
|
||||
@@ -295,8 +296,9 @@
|
||||
"Share link desc": "分享链接给其他用户,无需登录即可直接进行使用",
|
||||
"Share link desc detail": "可以直接分享该模型给其他用户去进行对话,对方无需登录即可直接进行对话。注意,这个功能会消耗你账号的余额,请保管好链接!",
|
||||
"Simple Config Tip": "仅包含基础功能,复杂 agent 功能请使用高级编排。",
|
||||
"TTS": "语音播报",
|
||||
"TTS": "语音播放",
|
||||
"TTS Tip": "开启后,每次对话后可使用语音播放功能。使用该功能可能产生额外费用。",
|
||||
"TTS start": "朗读内容",
|
||||
"Team tags": "团队标签",
|
||||
"Temperature": "温度",
|
||||
"Tool call": "工具调用",
|
||||
@@ -309,6 +311,9 @@
|
||||
"This plugin cannot be called as a tool": "该工具无法在简易模式中使用"
|
||||
},
|
||||
"Welcome Text": "对话开场白",
|
||||
"Whisper": "语音输入",
|
||||
"Whisper Tip": "配置语音输入相关参数",
|
||||
"Whisper config": "语音输入配置",
|
||||
"create app": "创建属于你的 AI 应用",
|
||||
"deterministic": "严谨",
|
||||
"edit": {
|
||||
@@ -395,11 +400,23 @@
|
||||
"Test Listen": "试听",
|
||||
"Test Listen Text": "你好,这是语音测试,如果你能听到这句话,说明语音播放功能正常",
|
||||
"Web": "浏览器自带(免费)"
|
||||
},
|
||||
"whisper": {
|
||||
"Auto send": "自动发送",
|
||||
"Auto send tip": "语音输入完毕后直接发送,不需要再手动点击发送按键",
|
||||
"Auto tts response": "自动语音回复",
|
||||
"Auto tts response tip": "通过语音输入发送的问题,会直接以语音的形式响应,请确保打开了语音播报功能。",
|
||||
"Close": "关闭",
|
||||
"Not tts tip": "你没有开启语音播放,该功能无法使用",
|
||||
"Open": "开启",
|
||||
"Switch": "开启语音输入"
|
||||
}
|
||||
},
|
||||
"chat": {
|
||||
"Admin Mark Content": "纠正后的回复",
|
||||
"Audio Speech Error": "语音播报异常",
|
||||
"Cancel Speak": "取消语音输入",
|
||||
"Canceled Speak": "语音输入已取消",
|
||||
"Chat API is error or undefined": "对话接口报错或返回为空",
|
||||
"Confirm to clear history": "确认清空该应用的在线聊天记录?分享和 API 调用的记录不会被清空。",
|
||||
"Confirm to clear share chat history": "确认删除所有聊天记录?",
|
||||
@@ -415,6 +432,7 @@
|
||||
"Feedback Submit": "提交反馈",
|
||||
"Feedback Success": "反馈成功!",
|
||||
"Feedback Update Failed": "更新反馈状态失败",
|
||||
"Finish Speak": "语音输入完成",
|
||||
"History": "记录",
|
||||
"History Amount": "{{amount}}条记录",
|
||||
"Mark": "标注预期回答",
|
||||
@@ -1473,7 +1491,7 @@
|
||||
"usage": {
|
||||
"Ai model": "AI模型",
|
||||
"App name": "应用名",
|
||||
"Audio Speech": "语音播报",
|
||||
"Audio Speech": "语音播放",
|
||||
"Bill Module": "扣费模块",
|
||||
"Chars length": "文本长度",
|
||||
"Data Length": "数据长度",
|
||||
|
Reference in New Issue
Block a user