mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(test) usage class for anthropic
This commit is contained in:
parent
ea3823fc19
commit
692bb3f4e9
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ def test_completion_claude():
|
|||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
test_completion_claude()
|
||||
# test_completion_claude()
|
||||
|
||||
# def test_completion_oobabooga():
|
||||
# try:
|
||||
|
@ -104,7 +104,7 @@ def test_completion_with_litellm_call_id():
|
|||
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
test_completion_with_litellm_call_id()
|
||||
# test_completion_with_litellm_call_id()
|
||||
|
||||
def test_completion_perplexity_api():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue