mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) linting
This commit is contained in:
parent
6e0e79e3ce
commit
3477604c90
1 changed files with 1 additions and 1 deletions
|
@ -4416,7 +4416,7 @@ def trim_messages(
|
||||||
|
|
||||||
return final_messages
|
return final_messages
|
||||||
except Exception as e: # [NON-Blocking, if error occurs just 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
|
return messages
|
||||||
|
|
||||||
def get_valid_models():
|
def get_valid_models():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue