From bb9bf656f5ca7cf77290ad47d5d041fd165c9fd6 Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Fri, 21 Feb 2025 18:31:11 +0100 Subject: [PATCH] fix(frontend): missing config for Custom AI (#5351) --- frontend/src/lib/components/copilot/lib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/components/copilot/lib.ts b/frontend/src/lib/components/copilot/lib.ts index 9d9a63f89d..f7923dc2f0 100644 --- a/frontend/src/lib/components/copilot/lib.ts +++ b/frontend/src/lib/components/copilot/lib.ts @@ -92,6 +92,7 @@ export const OPENAI_COMPATIBLE_COMPLETION_CONFIG = { groq: DEFAULT_COMPLETION_CONFIG, openrouter: DEFAULT_COMPLETION_CONFIG, deepseek: DEFAULT_COMPLETION_CONFIG, + customai: DEFAULT_COMPLETION_CONFIG, googleai: { ...DEFAULT_COMPLETION_CONFIG, seed: undefined // not supported by gemini