mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 16:13:58 +01:00
fix it up
This commit is contained in:
parent
ae66e2e699
commit
d1e48324f9
|
@ -114,10 +114,6 @@ def test_all():
|
|||
if __name__ == '__main__':
|
||||
closedai.api_base = api_endpoint
|
||||
closedai.api_key = os.environ['NOVA_KEY']
|
||||
if os.environ['NOVA_KEY']:
|
||||
print('key exists!')
|
||||
else:
|
||||
print('idk man i dont see nuthin')
|
||||
|
||||
HEADERS = {
|
||||
'Content-Type': 'application/json',
|
||||
|
|
Loading…
Reference in a new issue