mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix excepting mapping test case
This commit is contained in:
parent
775ce31fa3
commit
53293eb700
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue