Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
import json
|
4 |
|
5 |
# Definir variáveis de ambiente ou substituir com sua chave de API real
|
6 |
-
|
7 |
INVOKE_URL = "https://api.nvcf.nvidia.com/v2/nvcf/pexec/functions/df2bee43-fb69-42b9-9ee5-f4eabbeaf3a8"
|
8 |
|
9 |
headers = {
|
|
|
3 |
import json
|
4 |
|
5 |
# Definir variáveis de ambiente ou substituir com sua chave de API real
|
6 |
+
api_key = os.getenv('API_KEY')
|
7 |
INVOKE_URL = "https://api.nvcf.nvidia.com/v2/nvcf/pexec/functions/df2bee43-fb69-42b9-9ee5-f4eabbeaf3a8"
|
8 |
|
9 |
headers = {
|