mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
(test) competion
This commit is contained in:
parent
0fdcbad2ca
commit
73a135b0db
1 changed files with 2 additions and 2 deletions
|
@ -991,7 +991,7 @@ def test_completion_bedrock_cohere():
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
test_completion_bedrock_cohere()
|
# test_completion_bedrock_cohere()
|
||||||
|
|
||||||
|
|
||||||
def test_completion_bedrock_claude_completion_auth():
|
def test_completion_bedrock_claude_completion_auth():
|
||||||
|
@ -1028,7 +1028,7 @@ def test_completion_bedrock_claude_completion_auth():
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
test_completion_bedrock_claude_completion_auth()
|
# test_completion_bedrock_claude_completion_auth()
|
||||||
|
|
||||||
# def test_completion_bedrock_claude_external_client_auth():
|
# def test_completion_bedrock_claude_external_client_auth():
|
||||||
# print("calling bedrock claude external client auth")
|
# print("calling bedrock claude external client auth")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue