increase vision test max_tokens to 215

This commit is contained in:
Roland Tannous 2026-03-30 06:24:08 +00:00
commit 5707754cec

View file

@ -512,7 +512,7 @@ class TestVisionInference:
],
}],
"stream": True,
"max_tokens": 64,
"max_tokens": 215,
"provider_type": provider_type,
"external_model": model,
"encrypted_api_key": encrypted,