fix excepting mapping test case

This commit is contained in:
Krrish Dholakia 2023-08-29 16:18:46 -07:00
parent 775ce31fa3
commit 53293eb700

View file

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