Saves the active LLM configuration.
@override Future<void> saveLlmConfig(LlmConfig config) async { final prefs = await _instance; await prefs.setString(_kLlm, jsonEncode(config.toJson())); }