Spaces:
Sleeping
Sleeping
Commit
·
776663b
1
Parent(s):
a3d104b
Test new workflow
Browse files
.env
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
customer_id="
|
2 |
corpus_ids="YOUR_CORPUS_ID"
|
3 |
api_key="YOUR_API_KEY"
|
4 |
title="TITLE OF STREAMLIT"
|
5 |
description="DESCRIPTION PLACED UNDER TITLE"
|
6 |
source_data_desc="THIS COMPLETES THE SENTENCE 'This demo uses Retrieval Augmented Generation to ask questions...' ON THE LEFT TOOLBAR"
|
7 |
-
streaming=
|
|
|
1 |
+
customer_id="YOUR_CUSTOMER_ID"
|
2 |
corpus_ids="YOUR_CORPUS_ID"
|
3 |
api_key="YOUR_API_KEY"
|
4 |
title="TITLE OF STREAMLIT"
|
5 |
description="DESCRIPTION PLACED UNDER TITLE"
|
6 |
source_data_desc="THIS COMPLETES THE SENTENCE 'This demo uses Retrieval Augmented Generation to ask questions...' ON THE LEFT TOOLBAR"
|
7 |
+
streaming=True
|