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

@@ -176,6 +176,7 @@ const defaultOptions: DefaultOption[] = [
{ name: "openaiBaseUrl", value: "https://api.openai.com/v1", isSynced: true },
{ name: "anthropicApiKey", value: "", isSynced: false },
{ name: "anthropicDefaultModel", value: "claude-3-opus-20240229", isSynced: true },
{ name: "anthropicEmbeddingModel", value: "", isSynced: true },
{ name: "anthropicBaseUrl", value: "https://api.anthropic.com/v1", isSynced: true },
{ name: "ollamaEnabled", value: "false", isSynced: true },
{ name: "ollamaDefaultModel", value: "llama3", isSynced: true },