Skip to content

Commit e47dc0e

Browse files
new mapping (#28)
1 parent 424d925 commit e47dc0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SharpToken/Lib/Model.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public static class Model
3636
{ "code-davinci-edit-001", "p50k_edit" },
3737
// embeddings
3838
{ "text-embedding-ada-002", "cl100k_base" },
39+
{ "text-embedding-3-large", "cl100k_base" },
3940
// old embeddings
4041
{ "text-similarity-davinci-001", "r50k_base" },
4142
{ "text-similarity-curie-001", "r50k_base" },

0 commit comments

Comments
 (0)