fix model response

This commit is contained in:
ishaan-jaff 2023-08-08 13:58:58 -07:00
parent 8b87eeda85
commit 644ea8822c
2 changed files with 2 additions and 1 deletions

View file

@ -300,6 +300,7 @@ def completion(
"completion_tokens": completion_tokens,
"total_tokens": prompt_tokens + completion_tokens
}
response = model_response
else:
## LOGGING
logging(model=model, input=messages, azure=azure, logger_fn=logger_fn)