mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
v1.1.7 - Fix Untitled note rename, Ollama support, replace Sonnet 4.5 with Sonnet 4.6
This commit is contained in:
+2
-1
@@ -314,8 +314,9 @@ export async function setAiSettings(
|
||||
apiKey: string | null,
|
||||
model: string,
|
||||
writingStyle: string | null,
|
||||
baseUrl: string | null = null,
|
||||
): Promise<void> {
|
||||
return invoke("set_ai_settings", { provider, apiKey, model, writingStyle });
|
||||
return invoke("set_ai_settings", { provider, apiKey, model, writingStyle, baseUrl });
|
||||
}
|
||||
|
||||
export async function testAiConnection(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user