fix: The type in OpenAIChatCompletionChoiceMessageContentItemModel.imageUrl() should be "image_url"
This commit is contained in:
@ -46,7 +46,7 @@ class OpenAIChatCompletionChoiceMessageContentItemModel {
|
||||
String imageUrl,
|
||||
) {
|
||||
return OpenAIChatCompletionChoiceMessageContentItemModel._(
|
||||
type: 'image',
|
||||
type: 'image_url',
|
||||
imageUrl: imageUrl,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user