690615:1449 237 #01
This commit is contained in:
@@ -53,5 +53,84 @@
|
||||
"error_max_tokens_forbidden": "maxTokens override is not allowed. Runtime parameters are managed by policy.",
|
||||
"error_cpu_timeout": "Retrieval operation timed out on CPU fallback. Please retry later.",
|
||||
"error_large_context_unauthorized": "The large-context profile requires administrator privileges."
|
||||
},
|
||||
"execution_profiles": {
|
||||
"title": "AI Execution Profiles",
|
||||
"description": "Manage runtime AI model parameters for different use cases",
|
||||
"create_profile": "Create Profile",
|
||||
"edit_profile": "Edit Profile",
|
||||
"delete_profile": "Delete Profile",
|
||||
"profile_name": "Profile Name",
|
||||
"canonical_model": "Canonical Model",
|
||||
"temperature": "Temperature",
|
||||
"temperature_hint": "Controls randomness (0.0 = deterministic, 1.0 = creative)",
|
||||
"top_p": "Top-P",
|
||||
"top_p_hint": "Nucleus sampling threshold (0.0 = conservative, 1.0 = diverse)",
|
||||
"repeat_penalty": "Repeat Penalty",
|
||||
"repeat_penalty_hint": "Penalize repetition (1.0 = no penalty, 2.0 = strong penalty)",
|
||||
"max_tokens": "Max Tokens",
|
||||
"max_tokens_hint": "Maximum tokens to generate",
|
||||
"num_ctx": "Context Window",
|
||||
"num_ctx_hint": "Context window size (num_ctx)",
|
||||
"keep_alive": "Keep Alive (seconds)",
|
||||
"keep_alive_hint": "How long to keep model in memory after use",
|
||||
"no_profiles": "No execution profiles found",
|
||||
"delete_confirm": "Delete this execution profile?",
|
||||
"active_profiles": "Active Profiles",
|
||||
"standard": "Standard",
|
||||
"ocr_extract": "OCR Extract",
|
||||
"rag_prep": "RAG Prep"
|
||||
},
|
||||
"prompt_management": {
|
||||
"title": "Prompt Management",
|
||||
"description": "Manage AI prompt templates and versions",
|
||||
"prompt_type": "Prompt Type",
|
||||
"all_types": "All Types",
|
||||
"version_history": "Version History",
|
||||
"create_version": "Create Version",
|
||||
"activate_version": "Activate Version",
|
||||
"delete_version": "Delete Version",
|
||||
"edit_template": "Edit Template",
|
||||
"edit_context_config": "Edit Context Config",
|
||||
"edit_note": "Edit Note",
|
||||
"template": "Template",
|
||||
"context_config": "Context Config",
|
||||
"manual_note": "Manual Note",
|
||||
"last_tested": "Last Tested",
|
||||
"activated_at": "Activated At",
|
||||
"created_by": "Created By",
|
||||
"is_active": "Active",
|
||||
"filter": "Filter",
|
||||
"project_filter": "Project Filter",
|
||||
"contract_filter": "Contract Filter",
|
||||
"page_size": "Page Size",
|
||||
"language": "Language",
|
||||
"output_language": "Output Language",
|
||||
"no_versions": "No versions found",
|
||||
"cannot_delete_active": "Cannot delete active version",
|
||||
"optimistic_lock_error": "This version was modified by another user. Please refresh and try again.",
|
||||
"validation_error": "Validation failed",
|
||||
"pageSize_invalid": "Page size must be between 1 and 1000",
|
||||
"language_required": "Language is required",
|
||||
"output_language_required": "Output language is required",
|
||||
"project_not_found": "Project not found",
|
||||
"contract_not_found": "Contract not found"
|
||||
},
|
||||
"sandbox_test": {
|
||||
"title": "Sandbox Test Area",
|
||||
"description": "Test AI models and prompts in a safe environment",
|
||||
"ocr_tab": "OCR",
|
||||
"ai_extract_tab": "AI Extract",
|
||||
"rag_prep_tab": "RAG Prep",
|
||||
"submit_test": "Submit Test",
|
||||
"test_result": "Test Result",
|
||||
"no_result": "No test result available",
|
||||
"processing": "Processing...",
|
||||
"error": "Error occurred",
|
||||
"select_profile": "Select Execution Profile",
|
||||
"ocr_text": "OCR Text",
|
||||
"llm_output": "LLM Output",
|
||||
"rag_chunks": "RAG Chunks",
|
||||
"runtime_parameters": "Runtime Parameters"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user