Set OpenAI max_output_tokens to 16
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m4s

This commit is contained in:
androidlover5842
2026-01-31 05:26:55 +05:30
parent 7914da0e99
commit 124945dddb

View File

@@ -34,7 +34,7 @@ class OpenAIVisionClient(
"instructions" to "Read extremely carefully. Reply ONLY the 12 digits or NONE. No extra text.", "instructions" to "Read extremely carefully. Reply ONLY the 12 digits or NONE. No extra text.",
"temperature" to 0.0, "temperature" to 0.0,
"top_p" to 1.0, "top_p" to 1.0,
"max_output_tokens" to 12, "max_output_tokens" to 16,
"input" to listOf( "input" to listOf(
mapOf( mapOf(
"role" to "user", "role" to "user",