This commit is contained in:
pablonyx 2025-04-02 11:09:44 -07:00 committed by GitHub
parent 7ec04484d4
commit c0b3681650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -602,7 +602,7 @@ def get_max_input_tokens(
)
if input_toks <= 0:
raise RuntimeError("No tokens for input for the LLM given settings")
return GEN_AI_MODEL_FALLBACK_MAX_TOKENS
return input_toks