Add arguments for specifying the aider model and the evaluator model. #106

Merged
Jmaa merged 3 commits from issue-97-add-arguments-for-specifying-the-aider-model-and-the-evaluator-model into main 2025-04-24 09:59:19 +00:00
Showing only changes of commit 236d1c0a10 - Show all commits

View File

@ -64,6 +64,7 @@ def main():
# Override default models if provided
import aider_gitea as core
if args.aider_model:
core.CODE_MODEL = args.aider_model
if args.evaluator_model: