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 43752bd commit 69bbbe2Copy full SHA for 69bbbe2
README.md
@@ -1,5 +1,5 @@
1
# Token.js
2
-
+> Note: This is a fork of the original Token.js project at https://github.com/token-js
3
Integrate 200+ LLMs with one TypeScript SDK using OpenAI's format. Free and open source. No proxy server required.
4
5
## Features
package.json
@@ -1,6 +1,6 @@
{
- "name": "token.js",
- "version": "0.4.7",
+ "name": "@shadokan87/token.js",
+ "version": "0.5.3",
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format.",
"main": "dist/index.cjs",
6
"types": "dist/index.d.ts",
@@ -65,5 +65,8 @@
65
"typescript": "^5.5.3",
66
"vite-node": "^1.6.0",
67
"vitest": "^2.0.1"
68
+ },
69
+ "publishConfig": {
70
+ "access": "public"
71
}
72
0 commit comments