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