From c268eb94a699fc4ebbf347cf081cf87b5631284c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Jun 2023 18:41:54 -0700 Subject: [PATCH 1/4] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc65c374..8fe67e42c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ 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 | repo map? | +| 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 | From 29787270c8a3ed56fd7d7be107f41a7aa2fa6a6e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Jun 2023 18:42:36 -0700 Subject: [PATCH 2/4] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe67e42c..fcc55112e 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ 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 | repo map? | +| 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 | From 9303827c9fd1732a0e6f5253925b6edc06990460 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Jun 2023 18:43:07 -0700 Subject: [PATCH 3/4] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcc55112e..94e5cdaa8 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ 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 | Repo
Map? | +| 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 | From b1693fc0bea07d4573303f7222de30e98dc08674 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Jun 2023 18:43:37 -0700 Subject: [PATCH 4/4] copy --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94e5cdaa8..524e9b583 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ This minimizes your use of the context window, as well as costs. | 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 | +| 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