support allow list and blocklist

This commit is contained in:
miloschwartz
2026-08-07 10:59:35 -04:00
parent 07f628b928
commit 9e7b4afaec
34 changed files with 891 additions and 470 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export const AI_PROVIDER_DEFAULTS: Record<
authType: "x-api-key"
},
googleGemini: {
upstreamUrl: "https://generativelanguage.googleapis.com/v1beta/openai/",
upstreamUrl: "https://generativelanguage.googleapis.com",
authType: "x-goog-api-key"
},
vertexAi: {