Tonic commited on
Commit
7d1e323
·
1 Parent(s): cd7479c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def query_vectara(question):
14
  corpus_id = config('CORPUS_ID') # Read from .env file
15
  api_key = config('API_KEY') # Read from .env file
16
 
17
- query_url = "https://api.vectara.io:443/v1/query/v1/query"
18
 
19
  headers = {
20
  "Content-Type": "application/json",
 
14
  corpus_id = config('CORPUS_ID') # Read from .env file
15
  api_key = config('API_KEY') # Read from .env file
16
 
17
+ query_url = "https://api.vectara.io:443/v1/query"
18
 
19
  headers = {
20
  "Content-Type": "application/json",