mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 18:15:57 +08:00
refactor: refactor chat_handler, add support for Azure and ChatGLM
This commit is contained in:
9
api/store/vo/chat_model.go
Normal file
9
api/store/vo/chat_model.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package vo
|
||||
|
||||
type ChatModel struct {
|
||||
BaseVo
|
||||
Platform string `json:"platform"`
|
||||
Name string `json:"name"`
|
||||
Value string `json:"value"`
|
||||
Enabled bool `json:"enabled"`
|
||||
}
|
||||
Reference in New Issue
Block a user