Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ buildPiModel
Function
buildPiModel
apps/cli/src/http/routes/web/summaries.ts:13–15 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
11
return
getDefaultAssistantConfig(aiDataDir)
12
},
13
buildPiModel(config) {
14
return
buildPiModel(config as ReturnType<typeof getDefaultAssistantConfig> & object)
15
},
16
}
17
}
18
Callers
nothing calls this directly
Calls
1
buildPiModel
Function · 0.90
Tested by
no test coverage detected