bugfix
This commit is contained in:
parent
3de5a1ce91
commit
3791b65236
@ -441,3 +441,32 @@ return
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
## 获取模型类型列表
|
||||||
|
* path /llmage/list_llmcatelogs
|
||||||
|
* method GET
|
||||||
|
* params 无
|
||||||
|
* return
|
||||||
|
```
|
||||||
|
{
|
||||||
|
id
|
||||||
|
name
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 获得模型列表
|
||||||
|
* path /llmage/list_llms
|
||||||
|
* method GET
|
||||||
|
* params
|
||||||
|
```
|
||||||
|
{
|
||||||
|
lctype # 模型类型, 缺省较为全部
|
||||||
|
orderby # 排序列, 缺省为privoderid
|
||||||
|
}
|
||||||
|
```
|
||||||
|
* return
|
||||||
|
```
|
||||||
|
[
|
||||||
|
{ # 模型信息
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user