tool1 / config.json
Eaz123's picture
Create config.json
c54b5b5 verified
raw
history blame contribute delete
173 Bytes
{
"max_input_length": 5000,
"max_pdf_pages": 3,
"default_creativity": 3,
"allowed_file_types": [".pdf", ".txt"],
"chunk_size": 400,
"similarity_threshold": 0.7
}