aider: switch to using openrouter
1 file changed, 2 insertions(+), 3 deletions(-)
changed files
M user/settings/aider.nix → user/settings/aider.nix
@@ -15,10 +15,9 @@ { source = (yaml.generate "aider.conf.yml" { alias = [ "general:ollama_chat/gemma3:27b" - "reason:anthropic/claude-3-7-sonnet-latest" - "editor:ollama_chat/qwen2.5-coder:32b-instruct-q8_0" + "editor:openrouter/openai/gpt-4o-mini" ]; - model = "reason"; + model = "editor"; editor-model = "editor"; light-mode = true; gitignore = false;