forked from phoenix/litellm-mirror
ci/cd run again
This commit is contained in:
parent
6290de36df
commit
0bac40b0f2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def test_completion_custom_provider_model_name():
|
||||||
messages=messages,
|
messages=messages,
|
||||||
logger_fn=logger_fn,
|
logger_fn=logger_fn,
|
||||||
)
|
)
|
||||||
# Add assertions here to check the response
|
# Add assertions here to check the-response
|
||||||
print(response)
|
print(response)
|
||||||
print(response["choices"][0]["finish_reason"])
|
print(response["choices"][0]["finish_reason"])
|
||||||
except litellm.Timeout as e:
|
except litellm.Timeout as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue