Skip to content

Commit 335b291

Browse files
committed
Add missing types for text-embedding-*
1 parent 5982def commit 335b291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wasm/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ export type TiktokenModel =
385385
| "text-davinci-edit-001"
386386
| "code-davinci-edit-001"
387387
| "text-embedding-ada-002"
388+
| "text-embedding-3-small"
389+
| "text-embedding-3-large"
388390
| "text-similarity-davinci-001"
389391
| "text-similarity-curie-001"
390392
| "text-similarity-babbage-001"

0 commit comments

Comments
 (0)