Skip to content

Commit 5e03f74

Browse files
feat: support GPT-4o "omni" model
1 parent 27cd009 commit 5e03f74

File tree

3 files changed

+808
-799
lines changed

3 files changed

+808
-799
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tokenwise",
33
"type": "module",
44
"version": "0.3.5",
5-
"packageManager": "pnpm@9.0.5",
5+
"packageManager": "pnpm@9.1.1",
66
"description": "GPT token estimation and context size utilities without a full tokenizer",
77
"author": "Johann Schopplich <hello@johannschopplich.com>",
88
"license": "MIT",
@@ -52,14 +52,14 @@
5252
"release": "bumpp"
5353
},
5454
"devDependencies": {
55-
"@antfu/eslint-config": "^2.15.0",
56-
"@types/node": "^20.12.7",
57-
"bumpp": "^9.4.0",
58-
"eslint": "^9.1.1",
55+
"@antfu/eslint-config": "^2.18.0",
56+
"@types/node": "^20.12.12",
57+
"bumpp": "^9.4.1",
58+
"eslint": "^9.2.0",
5959
"gpt-tokenizer": "^2.1.2",
60-
"tsx": "^4.7.2",
60+
"tsx": "^4.10.2",
6161
"typescript": "^5.4.5",
6262
"unbuild": "^2.0.0",
63-
"vitest": "^1.5.0"
63+
"vitest": "^1.6.0"
6464
}
6565
}

0 commit comments

Comments
 (0)