diff --git a/bun.lock b/bun.lock index 1b8ee5e848..e53cc73950 100644 --- a/bun.lock +++ b/bun.lock @@ -12,6 +12,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "ai": "^5.0.56", + "ai-tokenizer": "^1.0.3", "cmdk": "^1.0.0", "crc-32": "^1.2.2", "diff": "^8.0.2", @@ -54,7 +55,6 @@ "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", "@vitejs/plugin-react": "^4.0.0", - "ai-tokenizer": "^1.0.3", "concurrently": "^8.2.0", "dotenv": "^17.2.3", "electron": "^38.2.1", diff --git a/package.json b/package.json index 56c9a21eac..cd0c413bc5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,8 @@ "undici": "^7.16.0", "write-file-atomic": "^6.0.0", "zod": "^4.1.11", - "zod-to-json-schema": "^3.24.6" + "zod-to-json-schema": "^3.24.6", + "ai-tokenizer": "^1.0.3" }, "devDependencies": { "@eslint/js": "^9.36.0", @@ -79,7 +80,6 @@ "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", "@vitejs/plugin-react": "^4.0.0", - "ai-tokenizer": "^1.0.3", "concurrently": "^8.2.0", "dotenv": "^17.2.3", "electron": "^38.2.1",