We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424d925 commit e47dc0eCopy full SHA for e47dc0e
SharpToken/Lib/Model.cs
@@ -36,6 +36,7 @@ public static class Model
36
{ "code-davinci-edit-001", "p50k_edit" },
37
// embeddings
38
{ "text-embedding-ada-002", "cl100k_base" },
39
+ { "text-embedding-3-large", "cl100k_base" },
40
// old embeddings
41
{ "text-similarity-davinci-001", "r50k_base" },
42
{ "text-similarity-curie-001", "r50k_base" },
0 commit comments