Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fastx
/
custom-chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fastx
commited on
Apr 3, 2023
Commit
2fcd52a
·
1 Parent(s):
262205c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ def construct_index(directory_path):
11
12
max_input_size = 4096
13
14
-
num_outputs =
2000
15
16
max_chunk_overlap = 20
17
11
12
max_input_size = 4096
13
14
+
num_outputs =
4096
15
16
max_chunk_overlap = 20
17