From de9868063b80533c42741e6f70f59c81fc6b377e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 Jun 2023 13:11:51 -0700 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe7d4f04f..2765674fb 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ It also has features that [help GPT-4 understand and modify larger codebases](ht ## Getting started -``` +```bash $ pip install git+https://github.com/paul-gauthier/aider.git -$ export OPENAI_API_KEY=sk-... +$ export OPENAI_API_KEY=your-key-goes-here $ aider myapp.py Using git repo: .git @@ -60,7 +60,7 @@ which helps it understand and modify large codebases. ## GPT-4 vs GPT-3.5 -Aider supports the `gpt-4` model and has new, experimental support for `gpt-3.5-turbo`. +Aider supports the `gpt-4` model and has new, experimental support for `gpt-3.5-turbo` and `gpt-4-32k`. You will probably get better results with GPT-4, because of its larger context window and greater competance at coding.