Add arguments for specifying the aider model and the evaluator model. #106
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user