mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 18:25:53 +00:00
fix excepting mapping test case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user