mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
(ci/cd) run again
This commit is contained in:
parent
4b5cf26c1b
commit
4bd3967a1a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
version: 2.1
|
||||
version: 4.3.4
|
||||
jobs:
|
||||
local_testing:
|
||||
docker:
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ def test_completion_custom_provider_model_name():
|
|||
messages=messages,
|
||||
logger_fn=logger_fn,
|
||||
)
|
||||
# Add any assertions here to,check the response
|
||||
# Add any assertions here to, check the response
|
||||
print(response)
|
||||
print(response["choices"][0]["finish_reason"])
|
||||
except litellm.Timeout as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue