diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 04caf41..920e556 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -137,9 +137,7 @@ def create_aider_command(issue: str) -> list[str]: 'aider', '--chat-language', 'english', - '--cache-prompts' - '--no-stream' - '--model', + '--cache-prompts--no-stream--model', MODEL, '--test-cmd', AIDER_TEST, diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..83d6473 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1 @@ +# This file makes the test directory a proper package instead of an implicit namespace package