summary refs log tree commit diff
path: root/topics/ai/aider.gmi
blob: 00845c8d286f05b69f5d14bdc1a0377a74f28938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Aider

=> https://aider.chat/

```
apt-get install python3-venv # or use guix
python3 -m venv ~/opt/python-aider
~/opt/python-aider/bin/python3 -m pip install aider-install
export PATH="/home/wrk/.local/bin:$PATH"
~/opt/python-aider/bin/aider-install
```

Installed 1 executable: aider
Executable directory /home/wrk/.local/bin is already in PATH

```
aider --model sonnet --api-key anthropic=sk-ant...
aider --model gpt-4o --openai-api-key aa...
```