test(utils.py): test logging

This commit is contained in:
Krrish Dholakia 2023-11-13 17:41:45 -08:00
parent b722594792
commit 661b78f4a3

View file

@ -4492,6 +4492,7 @@ class CustomStreamWrapper:
elif self.custom_llm_provider and self.custom_llm_provider == "azure":
response_obj = self.handle_azure_chunk(chunk)
completion_obj["content"] = response_obj["text"]
print_verbose(f"response_obj: {response_obj}")
print_verbose(f"completion obj content: {completion_obj['content']}")
print_verbose(f"len(completion_obj['content']: {len(completion_obj['content'])}")
if response_obj["is_finished"]: