mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
refactor: add black formatting
This commit is contained in:
parent
b87d630b0a
commit
4905929de3
156 changed files with 19723 additions and 10869 deletions
|
@ -11,9 +11,11 @@ sys.path.insert(
|
|||
import pytest
|
||||
import litellm
|
||||
|
||||
|
||||
def test_get_llm_provider():
|
||||
_, response, _, _ = litellm.get_llm_provider(model="anthropic.claude-v2:1")
|
||||
|
||||
assert response == "bedrock"
|
||||
|
||||
test_get_llm_provider()
|
||||
|
||||
test_get_llm_provider()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue