forked from phoenix/litellm-mirror
(fix) linting
This commit is contained in:
parent
9132efe7c4
commit
cef7ae7896
1 changed files with 1 additions and 1 deletions
|
@ -4416,7 +4416,7 @@ def trim_messages(
|
|||
|
||||
return final_messages
|
||||
except Exception as e: # [NON-Blocking, if error occurs just return final_messages
|
||||
print_verbose("Got exception while token trimming", e)
|
||||
print_verbose(f"Got exception while token trimming{e}")
|
||||
return messages
|
||||
|
||||
def get_valid_models():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue