zhangxiao
2024-08-09 2a7bda171d7e0221b173f897cb7a64059f4eb5eb
src/api/model.ts
@@ -71,3 +71,9 @@
export function deleteLlmFactory(name) {
  return axios.delete(`/api/v1/llm/delete_llm_factory/${name}`);
}
//编辑模型
export function editLlmFactory(params) {
  return axios.put('/api/v1/llm/edit_llm_factory', params);
}