Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ deleteConfig
Method
deleteConfig
src/services/llm/fetch.ts:65–67 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
63
}
64
65
async
deleteConfig(id: string) {
66
return
del<{ success: boolean; error?: string }>(`/ai/llm/configs/${id}`)
67
}
68
69
async
validateApiKey(
70
provider: string,
Callers
nothing calls this directly
Calls
1
del
Function · 0.90
Tested by
no test coverage detected