forked from phoenix/litellm-mirror
fix azure logging
This commit is contained in:
parent
0f89636b47
commit
0ffcf51445
1 changed files with 3 additions and 3 deletions
|
@ -217,12 +217,12 @@ def completion(
|
||||||
## LOGGING
|
## LOGGING
|
||||||
logging.post_call(
|
logging.post_call(
|
||||||
input=messages,
|
input=messages,
|
||||||
api_key=openai.api_key,
|
api_key=api_key,
|
||||||
original_response=response,
|
original_response=response,
|
||||||
additional_args={
|
additional_args={
|
||||||
"headers": litellm.headers,
|
"headers": litellm.headers,
|
||||||
"api_version": openai.api_version,
|
"api_version": api_version,
|
||||||
"api_base": openai.api_base,
|
"api_base": api_base,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
elif (
|
elif (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue