Gregniuki commited on
Commit
5ac903a
·
verified ·
1 Parent(s): 0470f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def chunk_text(text, max_chars):
166
 
167
 
168
 
169
- split_after_space_chars = max_chars + int(max_chars * 0.33)
170
  chunks = []
171
  current_chunk = ""
172
 
 
166
 
167
 
168
 
169
+ split_after_space_chars = max_chars + int(max_chars * 0.1)
170
  chunks = []
171
  current_chunk = ""
172