Improve LLM provider configuration

This commit is contained in:
Rijad Zuzo
2026-05-19 11:14:23 +02:00
parent d81215db73
commit e13d8b76cd
5 changed files with 1077 additions and 151 deletions
+4
View File
@@ -4,3 +4,7 @@ This slice owns settings and trust/privacy messaging.
The screen is intentionally simple. This is the right place for local-first
copy, future AI-sharing controls, and developer/founder-mode toggles.
LLM connection controls live in `presentation/settings_view.dart` and persist
through `core/llm/llm_config.dart`. Provider-specific model discovery and debug
prompt calls are owned by `core/llm/llm_service.dart`.