Update __main__.py

This commit is contained in:
Game_Time 2023-08-19 19:12:26 +05:00 committed by GitHub
parent 188a6c3b70
commit e7198cc6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ def test_all():
if __name__ == '__main__': if __name__ == '__main__':
closedai.api_base = api_endpoint closedai.api_base = api_endpoint
closedai.api_key = os.getenv('TEST_NOVA_KEY') closedai.api_key = os.environ['NOVA_KEY']
HEADERS = { HEADERS = {
'Content-Type': 'application/json', 'Content-Type': 'application/json',