Skip to content

Commit

Permalink
Simplified model selection
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescreen10 committed Nov 22, 2024
1 parent 1ca7752 commit 60153be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokenizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ const (
)

var modelPrefixToEncoding map[Model]Encoding = map[Model]Encoding{
"o1-preview-": O200kBase,
"o1-mini-": O200kBase,
"o1-": O200kBase,
"gpt-4o-": O200kBase,
"gpt-4-": Cl100kBase,
"gpt-3.5-turbo-": Cl100kBase,
Expand Down

0 comments on commit 60153be

Please sign in to comment.