mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
fix: model auth
This commit is contained in:
@@ -15,7 +15,7 @@ const ChatSchema = new Schema({
|
||||
expiredTime: {
|
||||
// 过期时间
|
||||
type: Number,
|
||||
default: Date.now()
|
||||
default: () => new Date()
|
||||
},
|
||||
loadAmount: {
|
||||
// 剩余加载次数
|
||||
|
Reference in New Issue
Block a user