修复普通根据功能获取模型列表解析问题

This commit is contained in:
junleea 2025-03-31 13:16:43 +08:00
parent 754346b32f
commit d7070e7311
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ func FindFuncModelListByFunction(function string) ([]dao.Model, error) {
for _, v := range models_ {
v.Url = ""
v.Parameter = ""
v.Description = ""
//v.Description = ""
models = append(models, v)
}
}