Ruff
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-14 23:42:40 +02:00
parent 07126ad789
commit a40a11b1b9

View File

@ -130,7 +130,7 @@ For code tasks:
"""
# MODEL = 'ollama/gemma3:27b'
#MODEL = 'ollama_chat/gemma3:27b'
# MODEL = 'ollama_chat/gemma3:27b'
def create_aider_command(issue: str) -> list[str]:
@ -142,7 +142,7 @@ def create_aider_command(issue: str) -> list[str]:
'--no-stream',
'--no-analytics',
#'--model',
#MODEL,
# MODEL,
'--test-cmd',
AIDER_TEST,
'--lint-cmd',