Skip to content

Commit

Permalink
Fix typings for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Jan 28, 2024
1 parent 4491997 commit e3fcb12
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,6 @@ export type TiktokenModel =
| "code-search-babbage-code-001"
| "code-search-ada-code-001"
| "gpt2"
| "gpt-4"
| "gpt-4-0314"
| "gpt-4-0613"
| "gpt-4-32k"
| "gpt-4-32k-0314"
| "gpt-4-32k-0613"
| "gpt-3.5-turbo"
| "gpt-35-turbo"
| "gpt-3.5-turbo-0301"
Expand All @@ -396,6 +390,14 @@ export type TiktokenModel =
| "gpt-3.5-turbo-0125"
| "gpt-3.5-turbo-16k"
| "gpt-3.5-turbo-16k-0613"
| "gpt-3.5-turbo-instruct"
| "gpt-3.5-turbo-instruct-0914"
| "gpt-4"
| "gpt-4-0314"
| "gpt-4-0613"
| "gpt-4-32k"
| "gpt-4-32k-0314"
| "gpt-4-32k-0613"
| "gpt-4-turbo-preview"
| "gpt-4-1106-preview"
| "gpt-4-0125-preview"
Expand Down

0 comments on commit e3fcb12

Please sign in to comment.