mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
chore: remove tiktoken dependency and replace with character-based token estimation
This commit is contained in:
parent
ff5ea3c6d7
commit
35c865968f
22 changed files with 329 additions and 595 deletions
|
|
@ -46,8 +46,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.25.1",
|
||||
"zod": "^3.25.0",
|
||||
"tiktoken": "^1.0.21"
|
||||
"zod": "^3.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue