v1.1.7 - Fix Untitled note rename, Ollama support, replace Sonnet 4.5 with Sonnet 4.6

This commit is contained in:
Yuri Karamian
2026-02-24 22:15:32 +01:00
parent 9e2f347a4b
commit d098066899
11 changed files with 271 additions and 178 deletions
+1
View File
@@ -60,6 +60,7 @@ export interface AppConfig {
ai_provider: string | null;
ai_api_key: string | null;
openai_api_key: string | null;
ollama_base_url: string | null;
ai_model: string;
ai_writing_style: string | null;
default_view_mode: boolean;