This commit is contained in:
Jon Michael Aanes 2025-04-14 23:43:53 +02:00
parent 4245afd0d9
commit 9fb74ee51b

View File

@ -137,7 +137,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]:
@ -148,7 +148,7 @@ def create_aider_command(issue: str) -> list[str]:
'--cache-prompts',
'--no-stream',
#'--model',
#MODEL,
# MODEL,
'--test-cmd',
AIDER_TEST,
'--lint-cmd',
@ -156,7 +156,7 @@ def create_aider_command(issue: str) -> list[str]:
'--auto-test',
'--no-auto-lint',
'--api-key',
secrets.llm_api_key(),
secrets.llm_api_key(),
'--read',
'CONVENTIONS.md',
'--message',