feat: 支持讯飞大模型 v3.0

This commit is contained in:
RockYang
2023-11-23 07:11:13 +08:00
parent 6d07881141
commit 3512715704
8 changed files with 41 additions and 18 deletions

View File

@@ -8,4 +8,5 @@ type ChatModel struct {
Enabled bool `json:"enabled"`
SortNum int `json:"sort_num"`
Weight int `json:"weight"`
Open bool `json:"open"`
}