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(
|
mapOf(
|
||||||
"type" to "input_image",
|
"type" to "input_image",
|
||||||
"image_url" to mapOf(
|
"image_url" to imageUrl,
|
||||||
"url" to imageUrl,
|
"detail" to "high"
|
||||||
"detail" to "high"
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user