mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
fix(frontend): missing config for Custom AI (#5351)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user