Compare commits
No commits in common. "a40a11b1b977473ba4b90bb4ff79d82daabb2bdc" and "d77991a54343d7a2ed02edc34fa5bb84c83bbaeb" have entirely different histories.
a40a11b1b9
...
d77991a543
|
@ -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',
|
||||
|
@ -150,7 +149,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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user