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

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

View File

@@ -313,7 +313,7 @@ func main() {
group := s.Engine.Group("/api/admin/model/")
group.POST("save", h.Save)
group.GET("list", h.List)
group.POST("enable", h.Enable)
group.POST("set", h.Set)
group.POST("sort", h.Sort)
group.GET("remove", h.Remove)
}),