fastx commited on
Commit
b14c446
·
1 Parent(s): df0c29a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ def construct_index(directory_path):
13
 
14
  num_outputs = 20000
15
 
16
- max_chunk_overlap = 20
17
 
18
- chunk_size_limit = 600
19
 
20
 
21
  llm_predictor = LLMPredictor(llm=OpenAI(temperature=0.5, model_name="gpt-3.5-turbo", max_tokens=num_outputs))
 
13
 
14
  num_outputs = 20000
15
 
16
+ max_chunk_overlap = 50
17
 
18
+ chunk_size_limit = 6000
19
 
20
 
21
  llm_predictor = LLMPredictor(llm=OpenAI(temperature=0.5, model_name="gpt-3.5-turbo", max_tokens=num_outputs))