fix(test-fixes): test fixes

This commit is contained in:
Krrish Dholakia 2023-10-10 08:09:42 -07:00
parent 22ee0c6931
commit 1c9f87751d
6 changed files with 10 additions and 8 deletions

View file

@ -45,7 +45,7 @@ def test_context_window(model):
with pytest.raises(ContextWindowExceededError):
completion(model=model, messages=messages)
test_context_window(model="gpt-3.5-turbo")
# test_context_window(model="command-nightly")
# Test 2: InvalidAuth Errors
@pytest.mark.parametrize("model", models)
def invalid_auth(model): # set the model key to an invalid key, depending on the model