Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_input_length": 5000,
|
| 3 |
+
"max_pdf_pages": 3,
|
| 4 |
+
"default_creativity": 3,
|
| 5 |
+
"allowed_file_types": [".pdf", ".txt"],
|
| 6 |
+
"chunk_size": 400,
|
| 7 |
+
"similarity_threshold": 0.7
|
| 8 |
+
}
|