mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) proxy server remove errant print
This commit is contained in:
parent
265a49ec62
commit
45110a3671
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ def litellm_completion(*args, **kwargs):
|
|||
for key, value in m["litellm_params"].items():
|
||||
kwargs[key] = value
|
||||
break
|
||||
print(f"call going to litellm: {kwargs}")
|
||||
if call_type == "chat_completion":
|
||||
response = litellm.completion(*args, **kwargs)
|
||||
elif call_type == "text_completion":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue