mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
修复tiktoken计算插件打包错误
This commit is contained in:
@@ -88,11 +88,11 @@ export default async function UsageByModel() {
|
||||
},
|
||||
});
|
||||
|
||||
console.log("========", todayLog[todayLog.length - 1]);
|
||||
// console.log("========", todayLog[todayLog.length - 1]);
|
||||
// @ts-ignore
|
||||
const log_data = HandleLogData(todayLog);
|
||||
|
||||
// console.log('[log_data]====---==', log_data)
|
||||
console.log("[log_data]====---==", todayLog);
|
||||
|
||||
const usageByModelOption: EChartsOption = {
|
||||
tooltip: {
|
||||
|
||||
Reference in New Issue
Block a user