diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 3252a44..fd4ebe1 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -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,8 +140,9 @@ def create_aider_command(issue: str) -> list[str]: 'english', '--cache-prompts', '--no-stream', + '--no-analytics', #'--model', - #MODEL, + # MODEL, '--test-cmd', AIDER_TEST, '--lint-cmd', @@ -149,7 +150,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',