fix: tokenize with gpt-3.5-turbo model (#173)

This commit is contained in:
hiroki osame
2023-03-26 22:41:36 -04:00
committed by GitHub
parent 52b62d5a50
commit 7068024f7f
3 changed files with 6 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
"*.ts": "eslint --cache"
},
"dependencies": {
"@dqbd/tiktoken": "^0.4.0"
"@dqbd/tiktoken": "^1.0.2"
},
"devDependencies": {
"@clack/prompts": "^0.6.1",