feat: go back to dall-e

This commit is contained in:
Nevo David 2025-05-03 14:05:00 +07:00
parent 2fbc851516
commit 935ea1cb54
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const model = new ChatOpenAI({
const dalle = new DallEAPIWrapper({
apiKey: process.env.OPENAI_API_KEY || 'sk-proj-',
model: 'gpt-image-1',
model: 'dall-e-3',
});
interface WorkflowChannelsState {