mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 08:23:17 +00:00
build(litellm_server/main.py): add logging for data going into litellm pypi
This commit is contained in:
@@ -98,6 +98,7 @@ async def chat_completion(request: Request):
|
||||
if len(api_key.strip()) > 0:
|
||||
api_key = api_key
|
||||
data["api_key"] = api_key
|
||||
print(f"data going into litellm: {data}")
|
||||
response = litellm.completion(
|
||||
**data
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user