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 a39f781 commit 3f6f75aCopy full SHA for 3f6f75a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openai-chat-tokens",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Estimate the number of tokens an OpenAI chat completion request will use",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -32,4 +32,4 @@
32
"dependencies": {
33
"js-tiktoken": "^1.0.7"
34
}
35
-}
+}
0 commit comments