(no commit message)

This commit is contained in:
2025-11-24 22:04:16 -05:00
parent e5757a367b
commit 2c346586a9
12 changed files with 601 additions and 18 deletions

7
config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"repo_analyzer_model": "gpt-4o",
"code_analyzer_model": "gpt-4o",
"llms_txt_generator_model": "gpt-4o",
"max_tokens": 8192,
"temperature": 0.7
}