fix: use correct image model id (#761)
This commit is contained in:
parent
cf4ab9a4a7
commit
5e059844a2
4 changed files with 5 additions and 16 deletions
|
|
@ -20,7 +20,8 @@ export const myProvider = customProvider({
|
|||
'block-model': openai('gpt-4o-mini'),
|
||||
},
|
||||
imageModels: {
|
||||
'small-model': openai.image('dall-e-3'),
|
||||
'small-model': openai.image('dall-e-2'),
|
||||
'large-model': openai.image('dall-e-3'),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue