mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix: cleanup print
This commit is contained in:
parent
f1136fd217
commit
9ae4185e6d
1 changed files with 0 additions and 1 deletions
|
|
@ -144,7 +144,6 @@ class _PROXY_LiteLLMManagedFiles(CustomLogger, BaseFileEndpoints):
|
|||
- Detect litellm_proxy/ file_id
|
||||
- add dictionary of mappings of litellm_proxy/ file_id -> provider_file_id => {litellm_proxy/file_id: {"model_id": id, "file_id": provider_file_id}}
|
||||
"""
|
||||
print("REACHES async_pre_call_hook, call_type:", call_type)
|
||||
if call_type == CallTypes.completion.value:
|
||||
messages = data.get("messages")
|
||||
if messages:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue