Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ cfg.description = f'''
|
|
52 |
<h4 style="text-align: center;">{cfg.description}</h4>
|
53 |
'''
|
54 |
|
55 |
-
vq = VectaraQuery(cfg.api_key,
|
56 |
|
57 |
|
58 |
def respond(message, history):
|
|
|
52 |
<h4 style="text-align: center;">{cfg.description}</h4>
|
53 |
'''
|
54 |
|
55 |
+
vq = VectaraQuery(cfg.api_key, cfg.customer_id, cfg.corpus_ids, cfg.prompt_name)
|
56 |
|
57 |
|
58 |
def respond(message, history):
|