Files
llms-txt-generator/config.json
2025-11-24 22:13:32 -05:00

7 lines
181 B
JSON

{
"repo_analyzer_model": "gpt-5.1-2025-11-13",
"code_analyzer_model": "gpt-5.1-2025-11-13",
"llms_txt_generator_model": "gpt-4o",
"max_tokens": 16000,
"temperature": 1.0
}