mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
updates
This commit is contained in:
parent
727f5f2c87
commit
c63cef96b1
1 changed files with 7 additions and 7 deletions
|
@ -348,13 +348,13 @@ def test_completion_together_ai():
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
|
|
||||||
def test_vertex_ai():
|
# def test_vertex_ai():
|
||||||
model_name = "chat-bison"
|
# model_name = "chat-bison"
|
||||||
try:
|
# try:
|
||||||
response = completion(model=model_name, messages=messages, logger_fn=logger_fn)
|
# response = completion(model=model_name, messages=messages, logger_fn=logger_fn)
|
||||||
print(response)
|
# print(response)
|
||||||
except Exception as e:
|
# except Exception as e:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
# pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
def test_petals():
|
def test_petals():
|
||||||
model_name = "stabilityai/StableBeluga2"
|
model_name = "stabilityai/StableBeluga2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue