diff options
author | Pjotr Prins | 2025-02-17 16:54:17 +0100 |
---|---|---|
committer | Pjotr Prins | 2025-02-17 16:54:17 +0100 |
commit | 34d7a4d64a7f8671e3aef68bf56dc5e784e2a0bc (patch) | |
tree | a540c26bd44cd45a0782d28bf56ee7a4b5a8e4e9 /topics/ai/aider.gmi | |
parent | 7055beff6f996b93d116aad9fb93e457f780a4a8 (diff) | |
download | gn-gemtext-34d7a4d64a7f8671e3aef68bf56dc5e784e2a0bc.tar.gz |
Aider formatting
Diffstat (limited to 'topics/ai/aider.gmi')
-rw-r--r-- | topics/ai/aider.gmi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/topics/ai/aider.gmi b/topics/ai/aider.gmi index 71dfa9e..aa88e71 100644 --- a/topics/ai/aider.gmi +++ b/topics/ai/aider.gmi @@ -1,12 +1,16 @@ # Aider -https://aider.chat/ +=> 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... +``` |