alx-d commited on
Commit
607b843
·
verified ·
1 Parent(s): 9267818

Update philosophy.py

Browse files
Files changed (1) hide show
  1. philosophy.py +2 -2
philosophy.py CHANGED
@@ -48,9 +48,9 @@ def create_service_context():
48
  # max_input_size = 16384 # gpt-3.5-turbo-0125
49
  # num_outputs = 15000 # gpt-3.5-turbo-0125
50
  max_input_size = 4096
51
- num_outputs = 3500
52
 
53
- max_chunk_overlap = 20
54
  chunk_size_limit = 600
55
 
56
  # Allows the user to explicitly set certain constraint parameters
 
48
  # max_input_size = 16384 # gpt-3.5-turbo-0125
49
  # num_outputs = 15000 # gpt-3.5-turbo-0125
50
  max_input_size = 4096
51
+ num_outputs = 3300
52
 
53
+ max_chunk_overlap = 15
54
  chunk_size_limit = 600
55
 
56
  # Allows the user to explicitly set certain constraint parameters