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/gemma3:27b'
# MODEL = 'ollama_chat/gemma3:27b' #MODEL = 'ollama_chat/gemma3:27b'
def create_aider_command(issue: str) -> list[str]: def create_aider_command(issue: str) -> list[str]:
@ -140,9 +140,8 @@ def create_aider_command(issue: str) -> list[str]:
'english', 'english',
'--cache-prompts', '--cache-prompts',
'--no-stream', '--no-stream',
'--no-analytics',
#'--model', #'--model',
# MODEL, #MODEL,
'--test-cmd', '--test-cmd',
AIDER_TEST, AIDER_TEST,
'--lint-cmd', '--lint-cmd',
@ -150,7 +149,7 @@ def create_aider_command(issue: str) -> list[str]:
'--auto-test', '--auto-test',
'--no-auto-lint', '--no-auto-lint',
'--api-key', '--api-key',
secrets.llm_api_key(), secrets.llm_api_key(),
'--read', '--read',
'CONVENTIONS.md', 'CONVENTIONS.md',
'--message', '--message',