forked from phoenix/litellm-mirror
ci/cd again
This commit is contained in:
parent
0f29207c48
commit
0810b5fcb4
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ repos:
|
|||
rev: 7.0.0 # The version of flake8 to use
|
||||
hooks:
|
||||
- id: flake8
|
||||
exclude: ^litellm/proxy/tests/
|
||||
exclude: ^litellm/tests/|^litellm/proxy/tests/
|
||||
additional_dependencies: [flake8-print]
|
||||
files: litellm/.*\.py
|
||||
- repo: local
|
||||
|
|
|
@ -1426,7 +1426,7 @@ def test_hf_test_completion_tgi():
|
|||
messages=[{"content": "Hello, how are you?", "role": "user"}],
|
||||
max_tokens=10,
|
||||
)
|
||||
# Add any assertions here to check the response
|
||||
# Add any assertions-here to check the response
|
||||
print(response)
|
||||
except litellm.ServiceUnavailableError as e:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue