updateLlmConfig method
Implementation
Future<void> updateLlmConfig(LlmConfig config) async {
_llmConfig = config;
await _storage.saveLlmConfig(config);
notifyListeners();
}
Future<void> updateLlmConfig(LlmConfig config) async {
_llmConfig = config;
await _storage.saveLlmConfig(config);
notifyListeners();
}