zakerytclarke commited on
Commit
85c189a
·
verified ·
1 Parent(s): 0aad6fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import requests
6
 
7
  default_documents = []
8
 
9
- API_KEY = os.environ.get("MY_SECRET_KEY")
10
 
11
  def brave_search(query, count=3):
12
  url = "https://api.search.brave.com/res/v1/web/search"
 
6
 
7
  default_documents = []
8
 
9
+ API_KEY = os.environ.get("brave_api_key")
10
 
11
  def brave_search(query, count=3):
12
  url = "https://api.search.brave.com/res/v1/web/search"