forked from phoenix/litellm-mirror
fix: helicone logging
This commit is contained in:
parent
79a79b16e1
commit
668c786099
1 changed files with 1 additions and 0 deletions
|
@ -592,6 +592,7 @@ def completion(
|
||||||
response = openai_chat_completions.completion(
|
response = openai_chat_completions.completion(
|
||||||
model=model,
|
model=model,
|
||||||
messages=messages,
|
messages=messages,
|
||||||
|
headers=headers,
|
||||||
model_response=model_response,
|
model_response=model_response,
|
||||||
print_verbose=print_verbose,
|
print_verbose=print_verbose,
|
||||||
api_key=api_key,
|
api_key=api_key,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue