Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getConfigStore
Method
getConfigStore
src/services/llm/fetch.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
async
getConfigStore(): Promise<LLMConfigStore> {
21
return
get<LLMConfigStore>(
'/ai/llm/configs'
)
22
}
23
24
async
getAllConfigs(): Promise<AIServiceConfigDisplay[]> {
25
const
store =
await
this.getConfigStore()
Callers
1
getAllConfigs
Method · 0.95
Calls
1
get
Function · 0.90
Tested by
no test coverage detected