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

Function buildPiModel

apps/cli/src/ai/llm-config.ts:254–256  ·  view source on GitHub ↗
(config: AIServiceConfig)

Source from the content-addressed store, hash-verified

252// ==================== PiModel Builder ====================
253
254export function buildPiModel(config: AIServiceConfig): PiModel<PiApi> {
255 return buildPiModelCore(config as PiModelConfig)
256}

Callers 3

buildPiModelFunction · 0.90
createCliRunAgentStreamFunction · 0.90
runServerAgentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected