Commit ad029830 by cherishsince

【增加】AI ts 增加更新时间

parent 25d346c2
......@@ -12,6 +12,7 @@ export interface ChatConversationVO {
temperature: number // 温度参数
maxTokens: number // 单条回复的最大 Token 数量
maxContexts: number // 上下文的最大 Message 数量
updateTime: number // 更新时间
// 额外字段
modelName?: string // 模型名字
roleAvatar?: string // 角色头像
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment