From e7198cc6e3e104e7a9a1b268331bc763740a573e Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:12:26 +0500 Subject: [PATCH] Update __main__.py --- tests/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__main__.py b/tests/__main__.py index 5c6e91a..afd91cc 100644 --- a/tests/__main__.py +++ b/tests/__main__.py @@ -109,7 +109,7 @@ def test_all(): if __name__ == '__main__': closedai.api_base = api_endpoint - closedai.api_key = os.getenv('TEST_NOVA_KEY') + closedai.api_key = os.environ['NOVA_KEY'] HEADERS = { 'Content-Type': 'application/json',