blob: 71dfa9e539c6794cb32d101ea6cfa84c751a8b5d (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Aider
https://aider.chat/
python3 -m venv ~/opt/python-aider
~/opt/python-aider/bin/python3 -m pip install aider-install
~/opt/python-aider/bin/aider-install
Installed 1 executable: aider
Executable directory /home/wrk/.local/bin is already in PATH
aider --model gpt-4o --openai-api-key aa...
|