mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
3f4400a500
* feat: model config with brand-new price calculate machanism (#6616) * fix: image read and json error (Agent) (#6502) * fix: 1.image read 2.JSON parsing error * dataset cite and pause * perf: plancall second parse * add test --------- Co-authored-by: archer <545436317@qq.com> * master message * remove invalid code * wip: model config * feat: model config with brand-new price calculate machanism * merge main branch * ajust calculate way * ajust priceTiers resolve procession * perf: price config code * fix: default price * fix: test * fix: comment * fix test --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: archer <545436317@qq.com> * wip: fix modal UI (#6634) * wip: fix modal UI * fix: maxInputToken set * chore: add price unit for non llm models * chore: replace question mark icon with beta tag (#6672) * feat:rerank too long; fix:rerank ui(agent),embedding returns 0 (#6663) * feat:rerank too long; fix:rerank ui(agent),embedding returns 0 * rerank * fix:rerank function * perf: rerank code * fix rerank * perf: model price ui --------- Co-authored-by: archer <545436317@qq.com> * remove llmtype field * revert model init * fix: filed * fix: model select filter * perf: multiple selector render * remove invalid checker * remove invalid i18n * perf: model selector tip * perf: model selector tip * fix cr * limit pnpm version * fix: i18n * fix action * set default mintoken * update i18n * perf: usage push * fix:rerank model ui (#6677) * fix: tier match error * fix: testr --------- Co-authored-by: Ryo <whoeverimf5@gmail.com> Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
51 lines
2.6 KiB
JSON
51 lines
2.6 KiB
JSON
{
|
|
"Action": "operate",
|
|
"Evaluation_app": "Evaluation app",
|
|
"Evaluation_app_tip": "Supports simple application and does not contain workflows with user interaction nodes. \nPlugins are not supported yet.",
|
|
"Evaluation_file": "Evaluation documents",
|
|
"Evaluation_model": "Evaluation model",
|
|
"Executor": "Executor",
|
|
"Overall_score": "Overall Score",
|
|
"Progress": "Progress",
|
|
"Start_end_time": "Start time / End time",
|
|
"Task_name": "Task name",
|
|
"Task_name_placeholder": "Please enter a task name",
|
|
"app_deleted": "App deleted",
|
|
"app_required": "Please select the evaluation application",
|
|
"app_response": "Application output",
|
|
"back": "back",
|
|
"check_error": "Error",
|
|
"check_error_tip": "Check, please:\n\n1. Is it consistent with the header data of the .csv template\n\n2. Whether required items are missing\n\n3. Global variables - whether the word limit or number range limit is exceeded\n\n4. Global variable-number box, whether the character is number\n\n5. Global variable - radio box, whether the characters are exactly the same as the options",
|
|
"check_format": "Format Check",
|
|
"click_to_download_template": "Download CSV template for this app",
|
|
"comfirm_delete_item": "Confirm to delete this piece of data?",
|
|
"comfirm_delete_task": "Confirm deleting the task and all its data?",
|
|
"completed": "Completed",
|
|
"create_task": "Create a task",
|
|
"data_list": "Data list",
|
|
"detail": "Detail",
|
|
"error": "abnormal",
|
|
"error_tooltip": "There are exception tasks. \n\nAfter clicking, open the task details pop-up window",
|
|
"eval_file_check_error": "Evaluation file validation failed",
|
|
"evaluating": "In evaluation",
|
|
"evaluation": "Application Review",
|
|
"evaluation_created": "Evaluation task created",
|
|
"evaluation_export_title": "Question,Standard Answer,Actual Response,Status,Average Score",
|
|
"export": "Export Data",
|
|
"file_required": "Please select the evaluation file",
|
|
"file_uploading": "File uploading: {{num}}%",
|
|
"paused": "Paused",
|
|
"question": "Questions",
|
|
"queuing": "Queue",
|
|
"search_task": "Find tasks",
|
|
"standard_response": "Standard output",
|
|
"start_evaluation": "Start the evaluation",
|
|
"stauts": "Status",
|
|
"task_creating": "Creating task",
|
|
"task_detail": "Task Details",
|
|
"task_name": "Task Name",
|
|
"team_has_running_evaluation": "The current team already has running application reviews. Please wait until it is completed before creating a new application review.",
|
|
"template_csv_file_select_tip": "Only support {{fileType}} files that are strictly in accordance with template format</highlight>",
|
|
"variables": "Global variables"
|
|
}
|