Spaces:
Running
Running
Update app.py
Browse filesUpdated prompt_name in config
app.py
CHANGED
@@ -21,7 +21,8 @@ def launch_bot():
|
|
21 |
'api_key': str(os.environ['api_key']),
|
22 |
'title': os.environ['title'],
|
23 |
'description': os.environ['description'],
|
24 |
-
'source_data_desc': os.environ['source_data_desc']
|
|
|
25 |
})
|
26 |
st.session_state.cfg = cfg
|
27 |
st.session_state.vq = VectaraQuery(cfg.api_key, cfg.customer_id, cfg.corpus_ids)
|
|
|
21 |
'api_key': str(os.environ['api_key']),
|
22 |
'title': os.environ['title'],
|
23 |
'description': os.environ['description'],
|
24 |
+
'source_data_desc': os.environ['source_data_desc'],
|
25 |
+
'prompt_name': os.environ['prompt_name']
|
26 |
})
|
27 |
st.session_state.cfg = cfg
|
28 |
st.session_state.vq = VectaraQuery(cfg.api_key, cfg.customer_id, cfg.corpus_ids)
|