feat: Implement LLM provider deletion and refactor ConfigManager to preserve unknown payload sections.

This commit is contained in:
2026-03-14 09:19:08 +03:00
parent feb07bf366
commit 3928455189
9 changed files with 256 additions and 9 deletions

View File

@@ -111,6 +111,9 @@
"connection_success": "Connection successful!",
"connection_failed": "Connection failed: {error}",
"no_providers": "No providers configured.",
"delete_confirm": "Delete LLM provider \"{name}\"?",
"delete_success": "Provider \"{name}\" deleted.",
"delete_failed": "Failed to delete provider: {error}",
"multimodal": "Multimodal",
"text_only": "Text only",
"doc_preview_title": "Documentation Preview",

View File

@@ -111,6 +111,9 @@
"connection_success": "Подключение успешно!",
"connection_failed": "Ошибка подключения: {error}",
"no_providers": "Провайдеры не настроены.",
"delete_confirm": "Удалить LLM-провайдера \"{name}\"?",
"delete_success": "Провайдер \"{name}\" удалён.",
"delete_failed": "Не удалось удалить провайдера: {error}",
"multimodal": "Мультимодальная",
"text_only": "Только текст",
"doc_preview_title": "Предпросмотр документации",