mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +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}")
|
||||
|
||||
|
||||
def test_vertex_ai():
|
||||
model_name = "chat-bison"
|
||||
try:
|
||||
response = completion(model=model_name, messages=messages, logger_fn=logger_fn)
|
||||
print(response)
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
# def test_vertex_ai():
|
||||
# model_name = "chat-bison"
|
||||
# try:
|
||||
# response = completion(model=model_name, messages=messages, logger_fn=logger_fn)
|
||||
# print(response)
|
||||
# except Exception as e:
|
||||
# pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
def test_petals():
|
||||
model_name = "stabilityai/StableBeluga2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue