Spaces:
Sleeping
Sleeping
Commit
·
3e6f007
1
Parent(s):
73c4c29
Change Streaming Default to False
Browse files
.env
CHANGED
@@ -4,4 +4,4 @@ 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=
|
|
|
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=False
|