geekai/api/store/model/chat_model.go

11 lines
150 B
Go

package model
type ChatModel struct {
BaseModel
Platform string
Name string
Value string // API Key 的值
SortNum int
Enabled bool
}