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

7 lines
156 B
JSON

{
"repo_analyzer_model": "gpt-4o",
"code_analyzer_model": "gpt-4o",
"llms_txt_generator_model": "gpt-4o",
"max_tokens": 8192,
"temperature": 0.7
}