Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
gpt-tokens
Advanced tools
GPT tokens / price Calculate
# npm or yarn
npm install gpt-tokens
yarn add gpt-tokens
import { GPTTokens } from 'gpt-tokens'
const usageInfo = new GPTTokens({
model: 'gpt-3.5-turbo',
messages: [
{
'role' : 'system',
'content': 'You are a helpful assistant',
},
{
'role' : 'user',
'content': '',
},
]
})
// Tokens: 18
console.log('Tokens:', usageInfo.usedTokens)
// Price USD: 0.000036
console.log('Price USD: ', usageInfo.usedUSD)
You can test in Tiktokenizer
If use vite, you need do this in vite.config.js
import wasm from 'vite-plugin-wasm'
import topLevelAwait from 'vite-plugin-top-level-await'
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [wasm(), topLevelAwait()],
})
As the dependency @dqbd/tiktoken is a WASM library, you can find the compatibility methods in the NPM Readme of @dqbd/titoken.
FAQs
Calculate the token consumption and amount of openai gpt message
The npm package gpt-tokens receives a total of 2,408 weekly downloads. As such, gpt-tokens popularity was classified as popular.
We found that gpt-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.