(config: AIServiceConfig)
| 252 | // ==================== PiModel Builder ==================== |
| 253 | |
| 254 | export function buildPiModel(config: AIServiceConfig): PiModel<PiApi> { |
| 255 | return buildPiModelCore(config as PiModelConfig) |
| 256 | } |
no outgoing calls
no test coverage detected