fix: use ai model info from ModelKit repo

This commit is contained in:
杨纲
2025-08-21 15:36:28 +08:00
parent 418829a4e4
commit 39932cee51
8 changed files with 330 additions and 225 deletions

View File

@@ -14,7 +14,6 @@ import request, { ContentType, RequestParams } from "./httpClient";
import {
DeleteDeleteModelParams,
DomainAllModelResp,
DomainCheckModelReq,
DomainCreateModelReq,
DomainGetProviderModelListResp,
DomainModel,
@@ -23,6 +22,7 @@ import {
GetGetProviderModelListParams,
GetGetTokenUsageParams,
GetMyModelListParams,
GithubComChaitinMonkeyCodeBackendDomainCheckModelReq,
WebResp,
} from "./types";
@@ -149,7 +149,7 @@ export const deleteDeleteModel = (
*/
export const postCheckModel = (
model: DomainCheckModelReq,
model: GithubComChaitinMonkeyCodeBackendDomainCheckModelReq,
params: RequestParams = {},
) =>
request<