Use --no-analytics for all calls to aider #61
|
@ -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,8 +140,9 @@ 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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user