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