forked from phoenix/litellm-mirror
fix(utils.py): fix model name checking
This commit is contained in:
parent
c333216f6e
commit
8d2d51b625
3 changed files with 21 additions and 5 deletions
|
@ -973,6 +973,7 @@ def test_image_generation_openai():
|
|||
|
||||
print(f"customHandler_success.errors: {customHandler_success.errors}")
|
||||
print(f"customHandler_success.states: {customHandler_success.states}")
|
||||
time.sleep(2)
|
||||
assert len(customHandler_success.errors) == 0
|
||||
assert len(customHandler_success.states) == 3 # pre, post, success
|
||||
# test failure callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue