Spaces:
Sleeping
Sleeping
iamrobotbear
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def launch_bot():
|
|
16 |
if 'cfg' not in st.session_state:
|
17 |
cfg = OmegaConf.create({
|
18 |
'customer_id': str(os.environ['VECTARA_CUSTOMER_ID']),
|
19 |
-
'corpus_id': '
|
20 |
'api_key': str(os.environ['VECTARA_API_KEY']),
|
21 |
'prompt_name': 'vectara-experimental-summary-ext-2023-12-11-large',
|
22 |
})
|
|
|
16 |
if 'cfg' not in st.session_state:
|
17 |
cfg = OmegaConf.create({
|
18 |
'customer_id': str(os.environ['VECTARA_CUSTOMER_ID']),
|
19 |
+
'corpus_id': '46', # Fixed corpus ID for drink names
|
20 |
'api_key': str(os.environ['VECTARA_API_KEY']),
|
21 |
'prompt_name': 'vectara-experimental-summary-ext-2023-12-11-large',
|
22 |
})
|