Skip to content

Commit 9bda6a9

Browse files
text-embedding-3-small", "cl100k_base (#29)
1 parent e47dc0e commit 9bda6a9

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
@@ -37,6 +37,7 @@ public static class Model
3737
// embeddings
3838
{ "text-embedding-ada-002", "cl100k_base" },
3939
{ "text-embedding-3-large", "cl100k_base" },
40+
{ "text-embedding-3-small", "cl100k_base" },
4041
// old embeddings
4142
{ "text-similarity-davinci-001", "r50k_base" },
4243
{ "text-similarity-curie-001", "r50k_base" },

0 commit comments

Comments
 (0)