(no commit message)

This commit is contained in:
2025-11-24 22:13:32 -05:00
parent 2c346586a9
commit 4bc40a9d13
3 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"repo_analyzer_model": "gpt-4o",
"code_analyzer_model": "gpt-4o",
"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": 8192,
"temperature": 0.7
"max_tokens": 16000,
"temperature": 1.0
}