mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
updates
This commit is contained in:
parent
a156fa1e1f
commit
b9ee1b38f6
8 changed files with 45 additions and 19 deletions
|
@ -166,6 +166,7 @@ def completion(
|
|||
response = openai.ChatCompletion.create(
|
||||
engine=model, messages=messages, **optional_params
|
||||
)
|
||||
|
||||
## LOGGING
|
||||
logging.post_call(input=messages, api_key=openai.api_key, original_response=response, additional_args={"headers": litellm.headers, "api_version": openai.api_version, "api_base": openai.api_base})
|
||||
elif (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue