MCPcopy
hub / github.com/1Panel-dev/MaxKB / updateModelParamsForm

Function updateModelParamsForm

ui/src/api/model/model.ts:105–107  ·  view source on GitHub ↗
(model_id, request, loading)

Source from the content-addressed store, hash-verified

103 request: any[],
104 loading?: Ref<boolean>,
105) => Promise<Result<Model>> = (model_id, request, loading) => {
106 return put(`${prefix.value}/model/${model_id}/model_params_form`, request, {}, loading)
107}
108
109/**
110 * 获取模型详情根据模型id 包括认证信息

Callers

nothing calls this directly

Calls 1

putFunction · 0.90

Tested by

no test coverage detected