Skip to content

Commit

Permalink
new mapping (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko authored Feb 5, 2024
1 parent 424d925 commit e47dc0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SharpToken/Lib/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static class Model
{ "code-davinci-edit-001", "p50k_edit" },
// embeddings
{ "text-embedding-ada-002", "cl100k_base" },
{ "text-embedding-3-large", "cl100k_base" },
// old embeddings
{ "text-similarity-davinci-001", "r50k_base" },
{ "text-similarity-curie-001", "r50k_base" },
Expand Down

0 comments on commit e47dc0e

Please sign in to comment.