mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
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.post_call(
|
||||
input=messages,
|
||||
api_key=openai.api_key,
|
||||
api_key=api_key,
|
||||
original_response=response,
|
||||
additional_args={
|
||||
"headers": litellm.headers,
|
||||
"api_version": openai.api_version,
|
||||
"api_base": openai.api_base,
|
||||
"api_version": api_version,
|
||||
"api_base": api_base,
|
||||
},
|
||||
)
|
||||
elif (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue