feat: model usage

This commit is contained in:
jialin
2025-06-24 16:54:03 +08:00
parent 645801fe86
commit 34af730934
22 changed files with 750 additions and 385 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export async function queryModelsInstances(
}
export async function queryModelsList(
params: Global.SearchParams,
options?: any
options?: Record<string, any>
) {
return request<Global.PageResponse<ListItem>>(
`${MODELS_API}?${qs.stringify(params)}`,