Add configuration option

This commit is contained in:
Jared Dillard
2025-05-16 13:41:14 -07:00
parent b51f3b099a
commit 69e251171d
5 changed files with 117 additions and 26 deletions
+1
View File
@@ -60,6 +60,7 @@ def test_set_config():
config = {
"llms_txt_filename": "custom.txt",
"llms_txt_verbose": True,
"llms_txt_max_lines": 1000,
}
manager.set_config(config)
assert manager.config == config