Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def query_vectara(question):
|
|
| 18 |
|
| 19 |
headers = {
|
| 20 |
"Content-Type": "application/json",
|
| 21 |
-
"
|
| 22 |
"customer-id": customer_id,
|
| 23 |
}
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
headers = {
|
| 20 |
"Content-Type": "application/json",
|
| 21 |
+
"authorization": f"{api_key}",
|
| 22 |
"customer-id": customer_id,
|
| 23 |
}
|
| 24 |
|