zhlajiex commited on
Commit
ceb4b3d
·
1 Parent(s): d636564

Fix: Switch Vision core to black-forest-labs/FLUX.1-schnell for superior image generation

Browse files
Files changed (1) hide show
  1. backend/controllers/ai.js +1 -1
backend/controllers/ai.js CHANGED
@@ -21,7 +21,7 @@ const MODELS = {
21
  'Codex Fero': 'moonshotai/Kimi-K2-Thinking',
22
  'Codex Zenith': 'Qwen/Qwen3-Coder-480B-A35B-Instruct',
23
  'Codex Magna': 'moonshotai/Kimi-K2.5',
24
- 'Codex Vision': 'zai-org/GLM-Image'
25
  };
26
 
27
  const PROVIDERS = {};
 
21
  'Codex Fero': 'moonshotai/Kimi-K2-Thinking',
22
  'Codex Zenith': 'Qwen/Qwen3-Coder-480B-A35B-Instruct',
23
  'Codex Magna': 'moonshotai/Kimi-K2.5',
24
+ 'Codex Vision': 'black-forest-labs/FLUX.1-schnell'
25
  };
26
 
27
  const PROVIDERS = {};