fix(router.py): cooldown deployments, for 401 errors

This commit is contained in:
Krrish Dholakia 2024-04-30 17:54:00 -07:00
parent 8ee51a96f4
commit 1baad80c7d
6 changed files with 165 additions and 14 deletions

View file

@ -1154,6 +1154,7 @@ def test_consistent_model_id():
assert id1 == id2
@pytest.mark.skip(reason="local test")
def test_reading_keys_os_environ():
import openai
@ -1253,6 +1254,7 @@ def test_reading_keys_os_environ():
# test_reading_keys_os_environ()
@pytest.mark.skip(reason="local test")
def test_reading_openai_keys_os_environ():
import openai