mirror of
https://github.com/Mintplex-Labs/tiktoken.git
synced 2026-07-01 18:48:04 -04:00
Version Packages
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"tiktoken": patch
|
||||
"js-tiktoken": patch
|
||||
"@dqbd/tiktoken": patch
|
||||
---
|
||||
|
||||
Add missing historic models, fix incorrect tokenizers for old instruct models
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "js-tiktoken",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.18",
|
||||
"description": "JavaScript port of tiktoken",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiktoken",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.20",
|
||||
"description": "JS/WASM bindings for tiktoken",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user