Set OpenAI max_output_tokens to 16
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m4s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m4s
This commit is contained in:
@@ -34,7 +34,7 @@ class OpenAIVisionClient(
|
||||
"instructions" to "Read extremely carefully. Reply ONLY the 12 digits or NONE. No extra text.",
|
||||
"temperature" to 0.0,
|
||||
"top_p" to 1.0,
|
||||
"max_output_tokens" to 12,
|
||||
"max_output_tokens" to 16,
|
||||
"input" to listOf(
|
||||
mapOf(
|
||||
"role" to "user",
|
||||
|
||||
Reference in New Issue
Block a user