From 7a04206139f957eff0c5ae959dd1a517224c6de6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Jun 2023 18:40:01 -0700 Subject: [PATCH] copy --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8ca53995..bbc65c374 100644 --- a/README.md +++ b/README.md @@ -139,12 +139,12 @@ You can (and should) add just the specific set of files to the chat that are relevant to the change you are requesting. This minimizes your use of the context window, as well as costs. -| model | context size | edit format | max file size | max file size | -| ----------------- | -- | -- | -----| -- | -| gpt-3.5-turbo | 4k tokens | whole file | 2k tokens | 8k bytes | -| gpt-3.5-turbo-16k | 16k tokens | whole file | 8k tokens | 32k bytes | -| gpt-4 | 8k tokens | diffs | 8k tokens | 32k bytes | -| gpt-4-32k | 32k tokens | diffs | 32k tokens | 128k bytes | +| model | context size | edit format | max file size | max file size | repo map? | +| ----------------- | -- | -- | -----| -- | -- | +| gpt-3.5-turbo | 4k tokens | whole file | 2k tokens | 8k bytes | no | +| gpt-3.5-turbo-16k | 16k tokens | whole file | 8k tokens | 32k bytes | no | +| gpt-4 | 8k tokens | diffs | 8k tokens | 32k bytes | yes | +| gpt-4-32k | 32k tokens | diffs | 32k tokens | 128k bytes | yes | ## Tips