mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
perf: 账单字段
This commit is contained in:
1
src/types/mongoSchema.d.ts
vendored
1
src/types/mongoSchema.d.ts
vendored
@@ -83,6 +83,7 @@ export interface BillSchema {
|
||||
chatId: string;
|
||||
time: Date;
|
||||
textLen: number;
|
||||
tokenLen: number;
|
||||
price: number;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user