Releases: Cainier/gpt-tokens
Releases · Cainier/gpt-tokens
v1.3.2
- Optimize mapping relationship (For most updates, just maintain the file src/pricing.ts)
- Add model support
- gpt-3.5-turbo-0125
- gpt-4-0125-preview
- gpt-4-turbo-preview
v1.2.0
- Add fine tune training calc tokens
- Add fine tune model calc tokens
- Add function calling tools calc tokens
- Default disable warning tips, pass in "debug: true" to enable warnings
v1.1.2
- remote parameter plus
- fix gpt-3.5-turbo usd calc
v1.1.1
Improved performance (thanks lox)
v1.1.0
fix completion calc error
Added some properties to the instance object
See README.md for details
v1.0.10
Fix the problem that the tokens of gpt-3.5 series models except gpt-3.5-turbo-0301 are incorrectly calculated due to the update of the openai model
v1.0.9
support:
- gpt-4-0613
- gpt-4-32k-0613
- gpt-3.5-turbo-16k-0613
v1.0.8
- Support gpt-3.5-turbo-16k
- Support gpt-3.5-turbo-0613
- Support plus