Fix OpenAI image input schema
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
This commit is contained in:
@@ -45,10 +45,8 @@ class OpenAIVisionClient(
|
||||
),
|
||||
mapOf(
|
||||
"type" to "input_image",
|
||||
"image_url" to mapOf(
|
||||
"url" to imageUrl,
|
||||
"detail" to "high"
|
||||
)
|
||||
"image_url" to imageUrl,
|
||||
"detail" to "high"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user