summaryrefslogtreecommitdiff
path: root/topics/ai/aider.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'topics/ai/aider.gmi')
-rw-r--r--topics/ai/aider.gmi16
1 files changed, 16 insertions, 0 deletions
diff --git a/topics/ai/aider.gmi b/topics/ai/aider.gmi
new file mode 100644
index 0000000..aa88e71
--- /dev/null
+++ b/topics/ai/aider.gmi
@@ -0,0 +1,16 @@
+# 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...
+```