fix sagemaker test

This commit is contained in:
Ishaan Jaff 2024-08-15 18:23:41 -07:00
parent df4ea8fba6
commit 0d374fb7c0
2 changed files with 2 additions and 2 deletions

View file

@ -387,7 +387,7 @@ class SagemakerLLM(BaseAWSLLM):
original_response=completion_response,
additional_args={"complete_input_dict": _data},
)
print_verbose(f"raw model_response: {response}")
print_verbose(f"raw model_response: {completion_response}")
## RESPONSE OBJECT
try:
if isinstance(completion_response, list):