add anthropic options as well

This commit is contained in:
perf3ct
2025-03-17 20:17:28 +00:00
parent 4a4eac6f25
commit c40c702761
7 changed files with 154 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
openaiBaseUrl: string;
anthropicApiKey: string;
anthropicDefaultModel: string;
anthropicEmbeddingModel: string;
anthropicBaseUrl: string;
ollamaEnabled: boolean;
ollamaBaseUrl: string;