We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47dc0e commit 9bda6a9Copy full SHA for 9bda6a9
SharpToken/Lib/Model.cs
@@ -37,6 +37,7 @@ public static class Model
37
// embeddings
38
{ "text-embedding-ada-002", "cl100k_base" },
39
{ "text-embedding-3-large", "cl100k_base" },
40
+ { "text-embedding-3-small", "cl100k_base" },
41
// old embeddings
42
{ "text-similarity-davinci-001", "r50k_base" },
43
{ "text-similarity-curie-001", "r50k_base" },
0 commit comments