Ruff after aider
This commit is contained in:
parent
afd9dc4117
commit
8be6087c70
|
@ -63,6 +63,7 @@ def main():
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
# Override default models if provided
|
# Override default models if provided
|
||||||
import aider_gitea
|
import aider_gitea
|
||||||
|
|
||||||
if args.code_model:
|
if args.code_model:
|
||||||
aider_gitea.CODE_MODEL = args.code_model
|
aider_gitea.CODE_MODEL = args.code_model
|
||||||
if args.evaluator_model:
|
if args.evaluator_model:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user