From 905e98604d4c81a43c486b7ec4f4c2de98583deb Mon Sep 17 00:00:00 2001 From: Georgi Atsev Date: Thu, 19 Mar 2026 13:56:38 +0200 Subject: [PATCH] Enable DeepInfra by default --- src/plugins/config-state.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/config-state.ts b/src/plugins/config-state.ts index 26827e50aa3..d996c42380c 100644 --- a/src/plugins/config-state.ts +++ b/src/plugins/config-state.ts @@ -33,6 +33,7 @@ export const BUNDLED_ENABLED_BY_DEFAULT = new Set([ "anthropic", "byteplus", "cloudflare-ai-gateway", + "deepinfra", "device-pair", "github-copilot", "google",