From 29a4f947eefce983361667c0fe81f01e54f8a04c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 13 Jun 2023 13:07:24 -0700 Subject: [PATCH] copy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e216f7d9f..9a3ddd974 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,9 @@ when used with either of GPT-3.5 models. The `gpt-3.5-turbo` context window is too small to include a repo map. Evaluation is needed to see if `gpt-3.5-turbo-16k` can make use of a repo map. +To use `gpt-3.5-turbo-16k`, install from GitHub per the instructions below. For now, aider just treats `gpt-3.5-turbo-16k` like the original `gpt-3.5-turbo` with a larger -context window. +context window. ## Installation