From 8c79e5ccfb05a9492b4c37cbb864c43630fbab33 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 14 Dec 2024 20:09:51 -0800 Subject: [PATCH] copy --- aider/website/_includes/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/_includes/get-started.md b/aider/website/_includes/get-started.md index 1dba32ccf..080978eb7 100644 --- a/aider/website/_includes/get-started.md +++ b/aider/website/_includes/get-started.md @@ -9,8 +9,8 @@ aider-install cd /to/your/git/repo # Work with Claude 3.5 Sonnet on your repo -aider --anthropic-api-key=your-key-goes-here +aider --anthropic-api-key your-key-goes-here # Work with GPT-4o on your repo -aider --openai-api-key=your-key-goes-here +aider --openai-api-key your-key-goes-here ```