mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
优化token计数
This commit is contained in:
@@ -71,6 +71,7 @@ model LogEntry {
|
||||
userName String? @db.VarChar(50)
|
||||
createdAt DateTime @default(now())
|
||||
logEntry String? @db.Text
|
||||
logToken Int? @default(0)
|
||||
user User? @relation(fields: [userName], references: [name], onDelete: NoAction)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user