(fix) proxy server remove errant print

This commit is contained in:
ishaan-jaff 2023-11-03 15:55:48 -07:00
parent 432520ffcf
commit b45d438e63

View file

@ -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":