feat: add image block type (#709)

This commit is contained in:
Jeremy 2025-01-15 19:59:29 +05:30 committed by GitHub
parent 6c23a8a604
commit df449a408a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 229 additions and 92 deletions

View file

@ -9,3 +9,5 @@ export const customModel = (apiIdentifier: string) => {
middleware: customMiddleware,
});
};
export const imageGenerationModel = openai.image('dall-e-3');