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

Method deleteCustomProvider

src/services/llm/fetch.ts:103–105  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

101 }
102
103 async deleteCustomProvider(id: string) {
104 return del<{ success: boolean; error?: string }>(`/ai/llm/custom-providers/${id}`)
105 }
106
107 async addCustomModel(input: CustomModelInput) {
108 return post<{ success: boolean; model?: ModelCatalogItem; error?: string }>('/ai/llm/custom-models', input)

Callers

nothing calls this directly

Calls 1

delFunction · 0.90

Tested by

no test coverage detected