fix: helicone logging

This commit is contained in:
evantancy 2023-12-27 12:16:29 +08:00
parent 79a79b16e1
commit 668c786099

View file

@ -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,