赞
踩
安装插件
npm i js-tiktoken
代码示例
- const { encodingForModel } = require("js-tiktoken");
- let enc = encodingForModel('gpt-3.5-turbo');
- let contentLength = enc.encode(content).length;
- console.log(contentLength)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。