最后活跃于 1731288762

knox 修订了这个 Gist 1731288761. 跳至此修订

1 file changed, 12 insertions

Aider.sh(file created)

@@ -0,0 +1,12 @@
1 + python -m pip install -U aider-chat
2 +
3 + # Change directory into a git repo
4 + cd /to/your/git/repo
5 +
6 + # Work with Claude 3.5 Sonnet on your repo
7 + export ANTHROPIC_API_KEY=your-key-goes-here
8 + aider
9 +
10 + # Work with GPT-4o on your repo
11 + export OPENAI_API_KEY=your-key-goes-here
12 + aider
更新 更早