mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(test) test_exceptions.py
This commit is contained in:
parent
1bd92b20dd
commit
2d051addf1
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ models = ["command-nightly"]
|
|||
@pytest.mark.parametrize("model", models)
|
||||
def test_context_window_with_fallbacks(model):
|
||||
ctx_window_fallback_dict = {
|
||||
"command-nightly": "claude-2",
|
||||
"command-nightly": "claude-2.1",
|
||||
"gpt-3.5-turbo-instruct": "gpt-3.5-turbo-16k",
|
||||
"azure/chatgpt-v-2": "gpt-3.5-turbo-16k",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue