feat: go back to dall-e
This commit is contained in:
parent
2fbc851516
commit
935ea1cb54
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue