fix excepting mapping test case

This commit is contained in:
Krrish Dholakia 2023-08-29 16:18:46 -07:00
parent 6153d40b83
commit 12a7f5641d

View file

@ -40,7 +40,7 @@ models = ["gpt-3.5-turbo"]
def logging_fn(model_call_dict): def logging_fn(model_call_dict):
# return return
if "model" in model_call_dict: if "model" in model_call_dict:
print(f"model_call_dict: {model_call_dict['model']}") print(f"model_call_dict: {model_call_dict['model']}")
else: else: