- OPENAI_API_KEY ajouté dans .env.docker - imageGeneration.ts: tente Gemini d'abord, fallback OpenAI sur erreur - Support images.edits (multipart avec ref image) pour gpt-image-1 - Support images.generations (text-only) si pas de ref - Provider trace dans GenerateImageResponse pour debug - Testé: pipeline complet frame 25 * Fond Ghibli: 21s via OpenAI (Gemini 429) -> 1.6MB PNG * Personnage moderne: 26s via OpenAI -> 1.6MB PNG RGBA * Composite final: 1s via sharp -> 2.6MB PNG Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| types | ||
| context.ts | ||
| cookies.ts | ||
| dataApi.ts | ||
| env.ts | ||
| heartbeat.ts | ||
| imageGeneration.ts | ||
| index.ts | ||
| llm.ts | ||
| localAuth.ts | ||
| map.ts | ||
| notification.ts | ||
| oauth.ts | ||
| sdk.ts | ||
| storageProxy.ts | ||
| systemRouter.ts | ||
| trpc.ts | ||
| vite.ts | ||
| voiceTranscription.ts | ||