Version Packages

This commit is contained in:
github-actions[bot]
2025-02-04 01:55:55 +00:00
parent de252769e8
commit 4c0b023719
7 changed files with 21 additions and 10 deletions
-7
View File
@@ -1,7 +0,0 @@
---
"tiktoken": patch
"js-tiktoken": patch
"@dqbd/tiktoken": patch
---
Add missing historic models, fix incorrect tokenizers for old instruct models
+6
View File
@@ -1,5 +1,11 @@
# js-tiktoken
## 1.0.18
### Patch Changes
- 5f92348: Add missing historic models, fix incorrect tokenizers for old instruct models
## 1.0.17
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-tiktoken",
"version": "1.0.17",
"version": "1.0.18",
"description": "JavaScript port of tiktoken",
"license": "MIT",
"scripts": {
+6
View File
@@ -1,5 +1,11 @@
# tiktoken
## 1.0.20
### Patch Changes
- 5f92348: Add missing historic models, fix incorrect tokenizers for old instruct models
## 1.0.19
### Patch Changes
+6
View File
@@ -1,5 +1,11 @@
# @dqbd/tiktoken
## 1.0.20
### Patch Changes
- 5f92348: Add missing historic models, fix incorrect tokenizers for old instruct models
## 1.0.19
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@dqbd/tiktoken",
"version": "1.0.19",
"version": "1.0.20",
"repository": {
"type": "git",
"url": "https://github.com/dqbd/tiktoken"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tiktoken",
"version": "1.0.19",
"version": "1.0.20",
"description": "JS/WASM bindings for tiktoken",
"license": "MIT",
"scripts": {