This commit is contained in:
Chris Chen
2026-06-25 12:38:13 -07:00
parent a89e936f4d
commit bdccb79029
11 changed files with 416 additions and 103 deletions
+10 -1
View File
@@ -44,7 +44,16 @@
},
"Gemini": {
"ApiKey": "",
"Model": "gemini-flash-latest",
"Model": "gemini-2.5-flash-lite",
"BaseUrl": "https://generativelanguage.googleapis.com/v1beta"
},
"Claude": {
"ApiKey": "",
"Model": "claude-haiku-4-5-20251001",
"BaseUrl": "https://api.anthropic.com/v1",
"AnthropicVersion": "2023-06-01"
},
"Ai": {
"Provider": "Claude"
}
}