feat: added global llm configurations

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-11-14 21:53:46 -08:00
parent 48fca3329b
commit d4345f75e5
24 changed files with 878 additions and 158 deletions

View file

@ -583,7 +583,9 @@
"assigned": "Assigned",
"all_roles_assigned_saved": "All roles assigned and saved!",
"progress": "Progress",
"roles_assigned": "{assigned} of {total} roles assigned"
"roles_assigned": "{assigned} of {total} roles assigned",
"global_configs": "Global Configurations",
"your_configs": "Your Configurations"
},
"model_config": {
"title": "Model Configurations",
@ -598,7 +600,7 @@
"manage_configs": "Manage and configure your LLM providers",
"add_config": "Add Configuration",
"no_configs": "No Configurations Yet",
"no_configs_desc": "Get started by adding your first LLM provider configuration to begin using the system.",
"no_configs_desc": "Add your own LLM provider configurations.",
"add_first_config": "Add First Configuration",
"created": "Created"
},

View file

@ -583,7 +583,9 @@
"assigned": "已分配",
"all_roles_assigned_saved": "所有角色已分配并保存!",
"progress": "进度",
"roles_assigned": "{assigned}/{total} 个角色已分配"
"roles_assigned": "{assigned}/{total} 个角色已分配",
"global_configs": "全局配置",
"your_configs": "您的配置"
},
"model_config": {
"title": "模型配置",
@ -598,7 +600,7 @@
"manage_configs": "管理和配置您的 LLM 提供商",
"add_config": "添加配置",
"no_configs": "暂无配置",
"no_configs_desc": "开始添加您的第一个 LLM 提供商配置以开始使用系统。",
"no_configs_desc": "添加您自己的 LLM 提供商配置。",
"add_first_config": "添加首个配置",
"created": "创建于"
},