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 6cc3a46 commit 55c8d83Copy full SHA for 55c8d83
tiktoken/model.py
@@ -26,6 +26,8 @@
26
"babbage-002": "cl100k_base",
27
# embeddings
28
"text-embedding-ada-002": "cl100k_base",
29
+ "text-embedding-3-small": "cl100k_base",
30
+ "text-embedding-3-large": "cl100k_base",
31
# DEPRECATED MODELS
32
# text (DEPRECATED)
33
"text-davinci-003": "p50k_base",
0 commit comments