ahishamm commited on
Commit
0a25004
1 Parent(s): 0035663

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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