mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
V4.8.17 feature (#3485)
* feat: add third party account config (#3443) * temp * editor workflow variable style * add team to dispatch * i18n * delete console * change openai account position * fix * fix * fix * fix * fix * 4.8.17 test (#3461) * perf: external provider config * perf: ui * feat: add template config (#3434) * change template position * template config * delete console * delete * fix * fix * perf: Mongo visutal field (#3464) * remve invalid code * perf: team member visutal code * perf: virtual search; perf: search test data * fix: ts * fix: image response headers * perf: template code * perf: auth layout;perf: auto save (#3472) * perf: auth layout * perf: auto save * perf: auto save * fix: template guide display & http input support external variables (#3475) * fix: template guide display * http editor support external workflow variables * perf: auto save;fix: ifelse checker line break; (#3478) * perf: auto save * perf: auto save * fix: ifelse checker line break * perf: doc * perf: doc * fix: update var type error * 4.8.17 test (#3479) * perf: auto save * perf: auto save * perf: template code * 4.8.17 test (#3480) * perf: auto save * perf: auto save * perf: model price model * feat: add react memo * perf: model provider filter * fix: ts (#3481) * perf: auto save * perf: auto save * fix: ts * simple app tool select (#3473) * workflow plugin userguide & simple tool ui * simple tool filter * reuse component * change component to hook * fix * perf: too selector modal (#3484) * perf: auto save * perf: auto save * perf: markdown render * perf: too selector * fix: app version require tmbId * perf: templates refresh * perf: templates refresh * hide auto save error tip * perf: toolkit guide --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -9,5 +9,6 @@
|
||||
"personalization": "个性化",
|
||||
"promotion_records": "促销记录",
|
||||
"team": "团队管理",
|
||||
"third_party": "第三方账号",
|
||||
"usage_records": "使用记录"
|
||||
}
|
||||
|
@@ -42,9 +42,6 @@
|
||||
"notification_receiving": "通知接收",
|
||||
"notification_receiving_hint": "通知接收",
|
||||
"old_password": "旧密码",
|
||||
"open_api_notice": "可以填写 OpenAI/OneAPI 的相关密钥。如果你填写了该内容,在线上平台使用【 AI 对话】、【问题分类】和【内容提取】将会走你填写的 Key,不会计费。请注意你的 Key 是否有访问对应模型的权限。 GPT 模型可以选择 FastAI 。",
|
||||
"openai_account_configuration": "OpenAI 账号配置",
|
||||
"openai_account_setting_exception": "设置 OpenAI 账号异常",
|
||||
"package_and_usage": "套餐与用量",
|
||||
"package_details": "套餐详情",
|
||||
"package_expiry_time": "套餐到期时间",
|
||||
@@ -60,7 +57,6 @@
|
||||
"please_bind_notification_receiving_path": "请先绑定通知接收途径",
|
||||
"purchase_extra_package": "购买额外套餐",
|
||||
"reminder_create_bound_notification_account": "提醒创建者绑定通知账号",
|
||||
"request_address_notice": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"",
|
||||
"resource_usage": "资源用量",
|
||||
"select_avatar": "点击选择头像",
|
||||
"standard_package_and_extra_resource_package": "包含标准套餐与额外资源包",
|
||||
|
20
packages/web/i18n/zh-CN/account_thirdParty.json
Normal file
20
packages/web/i18n/zh-CN/account_thirdParty.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"configured": "已配置",
|
||||
"error.no_permission": "请联系管理员配置",
|
||||
"get_usage_failed": "获取使用量失败",
|
||||
"laf_account": "laf 账号",
|
||||
"no_intro": "暂无说明",
|
||||
"not_configured": "未配置",
|
||||
"open_api_notice": "可以填写 OpenAI/OneAPI 的相关密钥。如果你填写了该内容,在线上平台使用【 AI 对话】、【问题分类】和【内容提取】将会走你填写的 Key,不会计费。请注意你的 Key 是否有访问对应模型的权限。 GPT 模型可以选择 FastAI 。",
|
||||
"openai_account_configuration": "OpenAI/OneAPI 账号",
|
||||
"openai_account_setting_exception": "设置 OpenAI 账号异常",
|
||||
"request_address_notice": "请求地址,默认为 openai 官方。可填中转地址,未自动补全 \"v1\"",
|
||||
"third_party_account": "第三方账号",
|
||||
"third_party_account.configured": "已配置",
|
||||
"third_party_account.not_configured": "未配置",
|
||||
"third_party_account_desc": "管理员可以在这里配置第三方账号或变量,该账号将被团队所有人使用",
|
||||
"unavailable": "获取使用量异常",
|
||||
"usage": "使用量:",
|
||||
"value_not_return_tip": "参数配置后,不会再次返回前端,无需泄露给其他成员",
|
||||
"value_placeholder": "输入参数值。输入空值表示删除该配置。"
|
||||
}
|
@@ -80,11 +80,7 @@
|
||||
"mark_count": "标注答案数量",
|
||||
"max_histories_number": "记忆轮数",
|
||||
"max_histories_number_tip": "模型最多携带多少轮对话进入记忆中,如果记忆超出模型上下文,系统会强制截断。所以尽管配置 30 轮对话,实际运行时候,不一定会达到 30 轮。",
|
||||
"max_quote_tokens": "引用上限",
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"max_tokens": "回复上限",
|
||||
"min_similarity": "最低相关度",
|
||||
"min_similarity_tip": "不同索引模型的相关度有区别,请通过搜索测试来选择合适的数值。使用 结果重排 时,使用重排结果进行过滤。",
|
||||
"module.Custom Title Tip": "该标题名字会展示在对话过程中",
|
||||
"module.No Modules": "没找到插件",
|
||||
"module.type": "\"{{type}}\"类型\n{{description}}",
|
||||
@@ -113,6 +109,7 @@
|
||||
"search_app": "搜索应用",
|
||||
"setting_app": "应用配置",
|
||||
"setting_plugin": "插件配置",
|
||||
"simple_tool_tips": "该插件含有特殊输入,暂不支持被简易应用调用",
|
||||
"stream_response": "流输出",
|
||||
"stream_response_tip": "关闭该开关,可以强制模型使用非流模式,并且不会直接进行内容输出。可以在 AI 回复的输出中,获取本次模型输出的内容进行二次处理。",
|
||||
"temperature": "温度",
|
||||
@@ -135,6 +132,7 @@
|
||||
"templateMarket.templateTags.Roleplay": "角色扮演",
|
||||
"templateMarket.templateTags.Web_search": "联网搜索",
|
||||
"templateMarket.templateTags.Writing": "文本创作",
|
||||
"templateMarket.template_guide": "模板说明",
|
||||
"template_market": "模板市场",
|
||||
"template_market_description": "在模板市场探索更多玩法,配置教程与使用引导,带你理解并上手各种应用",
|
||||
"template_market_empty_data": "找不到合适的模板",
|
||||
@@ -155,7 +153,6 @@
|
||||
"type.Plugin": "插件",
|
||||
"type.Simple bot": "简易应用",
|
||||
"type.Workflow bot": "工作流",
|
||||
"unusual_leave_auto_save": "异常离开,自动保存",
|
||||
"upload_file_max_amount": "最大文件数量",
|
||||
"upload_file_max_amount_tip": "单轮对话中最大上传文件数量",
|
||||
"variable.select type_desc": "可以为工作流定义全局变量,常用临时缓存。赋值的方式包括:\n1. 从对话页面的 query 参数获取。\n2. 通过 API 的 variables 对象传递。\n3. 通过【变量更新】节点进行赋值。",
|
||||
|
@@ -32,6 +32,11 @@
|
||||
"Warning": "提示",
|
||||
"add_new": "新增",
|
||||
"add_new_param": "新增参数",
|
||||
"app.templateMarket.templateTags.Image_generation": "图片生成",
|
||||
"app.templateMarket.templateTags.Office_services": "办公服务",
|
||||
"app.templateMarket.templateTags.Roleplay": "角色扮演",
|
||||
"app.templateMarket.templateTags.Web_search": "联网搜索",
|
||||
"app.templateMarket.templateTags.Writing": "文本创作",
|
||||
"back": "返回",
|
||||
"chose_condition": "选择条件",
|
||||
"chosen": "已选",
|
||||
@@ -682,6 +687,7 @@
|
||||
"core.module.Variable": "全局变量",
|
||||
"core.module.Variable Setting": "变量设置",
|
||||
"core.module.edit.Field Name Cannot Be Empty": "字段名不能为空",
|
||||
"core.module.edit.Field Value Type Cannot Be Empty": "可选数据类型不能为空",
|
||||
"core.module.extract.Add field": "新增字段",
|
||||
"core.module.extract.Enum Description": "列举出该字段可能的值,每行一个",
|
||||
"core.module.extract.Enum Value": "枚举值",
|
||||
@@ -895,6 +901,10 @@
|
||||
"item_name": "字段名",
|
||||
"just_now": "刚刚",
|
||||
"key_repetition": "key 重复",
|
||||
"max_quote_tokens": "引用上限",
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"min_similarity": "最低相关度",
|
||||
"min_similarity_tip": "不同索引模型的相关度有区别,请通过搜索测试来选择合适的数值。使用 结果重排 时,使用重排结果进行过滤。",
|
||||
"model.billing": "模型计费",
|
||||
"model.model_type": "模型类型",
|
||||
"model.name": "模型名",
|
||||
|
Reference in New Issue
Block a user