matthoffner commited on
Commit
6fd47d9
·
1 Parent(s): c980911

Update llm.py

Browse files
Files changed (1) hide show
  1. llm.py +2 -2
llm.py CHANGED
@@ -74,8 +74,8 @@ def construct_index(
74
  file_src,
75
  index_name,
76
  index_type,
77
- max_input_size=4096,
78
- num_outputs=512,
79
  max_chunk_overlap=20,
80
  chunk_size_limit=None,
81
  embedding_limit=None,
 
74
  file_src,
75
  index_name,
76
  index_type,
77
+ max_input_size=2048,
78
+ num_outputs=256,
79
  max_chunk_overlap=20,
80
  chunk_size_limit=None,
81
  embedding_limit=None,