Fix OpenAI image input schema
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s

This commit is contained in:
androidlover5842
2026-01-31 05:24:27 +05:30
parent f743d50d7f
commit 7914da0e99

View File

@@ -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"
)
)
)