mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): fix if check
This commit is contained in:
parent
94c8eab987
commit
d4404fb61e
2 changed files with 1 additions and 2 deletions
|
@ -77,7 +77,6 @@ def test_completion_bedrock_claude_2_1_completion_auth():
|
|||
os.environ.pop("AWS_ACCESS_KEY_ID", None)
|
||||
os.environ.pop("AWS_SECRET_ACCESS_KEY", None)
|
||||
os.environ.pop("AWS_REGION_NAME", None)
|
||||
|
||||
try:
|
||||
response = completion(
|
||||
model="bedrock/anthropic.claude-v2:1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue