MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / deleteCustomModel

Method deleteCustomModel

src/services/llm/fetch.ts:118–122  ·  view source on GitHub ↗
(providerId: string, modelId: string)

Source from the content-addressed store, hash-verified

116 }
117
118 async deleteCustomModel(providerId: string, modelId: string) {
119 return del<{ success: boolean; error?: string }>(
120 `/ai/llm/custom-models/${providerId}/${encodeURIComponent(modelId)}`
121 )
122 }
123}

Callers

nothing calls this directly

Calls 1

delFunction · 0.90

Tested by

no test coverage detected