Ruff
This commit is contained in:
parent
4245afd0d9
commit
9fb74ee51b
|
@ -137,7 +137,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]:
|
||||||
|
@ -148,7 +148,7 @@ def create_aider_command(issue: str) -> list[str]:
|
||||||
'--cache-prompts',
|
'--cache-prompts',
|
||||||
'--no-stream',
|
'--no-stream',
|
||||||
#'--model',
|
#'--model',
|
||||||
#MODEL,
|
# MODEL,
|
||||||
'--test-cmd',
|
'--test-cmd',
|
||||||
AIDER_TEST,
|
AIDER_TEST,
|
||||||
'--lint-cmd',
|
'--lint-cmd',
|
||||||
|
@ -156,7 +156,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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user