Compare commits

..

No commits in common. "a40a11b1b977473ba4b90bb4ff79d82daabb2bdc" and "d77991a54343d7a2ed02edc34fa5bb84c83bbaeb" have entirely different histories.

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]:
@ -140,9 +140,8 @@ def create_aider_command(issue: str) -> list[str]:
'english',
'--cache-prompts',
'--no-stream',
'--no-analytics',
#'--model',
# MODEL,
#MODEL,
'--test-cmd',
AIDER_TEST,
'--lint-cmd',