diff options
| author | Pjotr Prins | 2025-10-29 11:29:58 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-10-29 11:30:49 +0100 |
| commit | 4f9d3864c6eae2d507cb43e441c05c69aaaa2cee (patch) | |
| tree | cafa6f6ad64286b13a1691f5d05e7cc51c7eaea8 | |
| parent | d140ff1a4c057258ab90072b562c0a275898500a (diff) | |
| download | gn-ai-4f9d3864c6eae2d507cb43e441c05c69aaaa2cee.tar.gz | |
Aider instructions
| -rw-r--r-- | topics/ai/aider.gmi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/topics/ai/aider.gmi b/topics/ai/aider.gmi index aa88e719..00845c8d 100644 --- a/topics/ai/aider.gmi +++ b/topics/ai/aider.gmi @@ -3,8 +3,10 @@ => 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 ``` @@ -12,5 +14,6 @@ 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... ``` |
