MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getLlmConfig

Function getLlmConfig

apps/cli/src/http/routes/web/summaries.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 const aiDataDir = getAiDataDir(dbManager)
9 return {
10 getLlmConfig() {
11 return getDefaultAssistantConfig(aiDataDir)
12 },
13 buildPiModel(config) {
14 return buildPiModel(config as ReturnType<typeof getDefaultAssistantConfig> & object)
15 },

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected