Update philosophy.py
Browse files- 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 =
|
| 52 |
|
| 53 |
-
max_chunk_overlap =
|
| 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
|