Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Update Aider command line for Ollama #40

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/partials/_aider-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Restart your shell after running `setx`.
Then run Aider:

```bash
aider --model ollama/<MODEL_NAME>
aider --model ollama_chat/<MODEL_NAME>
```

Replace `<MODEL_NAME>` with the name of a coding model you have installed
Expand Down
Loading