feat: add support for custom reasoning models

This commit is contained in:
mrT23
2025-02-18 11:46:22 +02:00
parent a5278bdad2
commit 4edb8b89d1
3 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@ use_global_settings_file=true
disable_auto_feedback = false
ai_timeout=120 # 2minutes
skip_keys = []
custom_reasoning_model = false # when true, no system message and not temperature will be used
# token limits
max_description_tokens = 500
max_commits_tokens = 500