mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 02:33:42 +08:00
feat: add model field for chat_item and and chat_history data table
This commit is contained in:
@@ -7,6 +7,7 @@ type HistoryMessage struct {
|
||||
ChatId string // 会话 ID
|
||||
UserId uint // 用户 ID
|
||||
RoleId uint // 角色 ID
|
||||
Model string // AI模型
|
||||
Type string
|
||||
Icon string
|
||||
Tokens int
|
||||
|
||||
Reference in New Issue
Block a user