mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
test: removing unstable tests
This commit is contained in:
parent
9a0c785741
commit
caa199d851
2 changed files with 23 additions and 23 deletions
|
@ -1273,13 +1273,13 @@ def test_completion_palm():
|
|||
# pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
def test_maritalk():
|
||||
messages = [{"role": "user", "content": "Hey"}]
|
||||
try:
|
||||
response = completion("maritalk", messages=messages)
|
||||
print(f"response: {response}")
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
# def test_maritalk():
|
||||
# messages = [{"role": "user", "content": "Hey"}]
|
||||
# try:
|
||||
# response = completion("maritalk", messages=messages)
|
||||
# print(f"response: {response}")
|
||||
# except Exception as e:
|
||||
# pytest.fail(f"Error occurred: {e}")
|
||||
# test_maritalk()
|
||||
|
||||
def test_completion_together_ai_stream():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue