Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
@@ -54,7 +54,8 @@ def parse_items(items_string):
|
|
54 |
return item_dict
|
55 |
|
56 |
# Set the API key for AI71
|
57 |
-
AI71_API_KEY = "key"
|
|
|
58 |
AI71_BASE_URL = "https://api.ai71.ai/v1/"
|
59 |
client = AI71(AI71_API_KEY)
|
60 |
|
|
|
54 |
return item_dict
|
55 |
|
56 |
# Set the API key for AI71
|
57 |
+
#AI71_API_KEY = "key"
|
58 |
+
AI71_API_KEY = os.getenv('KEY')
|
59 |
AI71_BASE_URL = "https://api.ai71.ai/v1/"
|
60 |
client = AI71(AI71_API_KEY)
|
61 |
|