feat: add image block type (#709)
This commit is contained in:
parent
6c23a8a604
commit
df449a408a
13 changed files with 229 additions and 92 deletions
|
|
@ -9,3 +9,5 @@ export const customModel = (apiIdentifier: string) => {
|
|||
middleware: customMiddleware,
|
||||
});
|
||||
};
|
||||
|
||||
export const imageGenerationModel = openai.image('dall-e-3');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue