proxy - print embedding request when recieved
This commit is contained in:
parent
55dfb3b181
commit
e9537c6560
@ -3481,6 +3481,11 @@ async def embeddings(
|
||||
body = await request.body()
|
||||
data = orjson.loads(body)
|
||||
|
||||
verbose_proxy_logger.debug(
|
||||
"Request received by LiteLLM:\n%s",
|
||||
json.dumps(data, indent=4),
|
||||
)
|
||||
|
||||
# Include original request and headers in the data
|
||||
data = await add_litellm_data_to_request(
|
||||
data=data,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user