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
|
@ -13,9 +13,7 @@ import pytest
|
|||
|
||||
litellm.set_verbose = True
|
||||
|
||||
model_alias_map = {
|
||||
"good-model": "anyscale/meta-llama/Llama-2-7b-chat-hf"
|
||||
}
|
||||
model_alias_map = {"good-model": "anyscale/meta-llama/Llama-2-7b-chat-hf"}
|
||||
|
||||
|
||||
def test_model_alias_map():
|
||||
|
@ -32,6 +30,6 @@ def test_model_alias_map():
|
|||
assert "Llama-2-7b-chat-hf" in response.model
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
test_model_alias_map()
|
||||
|
||||
test_model_alias_map()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue