Skip to content

Commit d42e464

Browse files
committed
remove
1 parent fb1b9a2 commit d42e464

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eval_protocol/proxy/proxy_core/litellm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ async def handle_chat_completion(
108108
# Forward to LiteLLM
109109
litellm_url = f"{config.litellm_url}/chat/completions"
110110

111-
print("litellm_url: ", litellm_url)
112-
print("data: ", data)
113-
print("headers: ", headers)
114-
115111
response = await client.post(
116112
litellm_url,
117113
json=data, # httpx will serialize and set correct Content-Length

0 commit comments

Comments
 (0)