Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ llm-builder.test.ts
File
llm-builder.test.ts
packages/node-runtime/src/ai/__tests__/llm-builder.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert/strict'
2
import
{ describe, it } from
'node:test'
3
import
{ buildPiModel, normalizeAnthropicBaseUrl, normalizeOpenAICompatibleBaseUrl } from
'../llm-builder'
4
Callers
nothing calls this directly
Calls
3
normalizeAnthropicBaseUrl
Function · 0.90
normalizeOpenAICompatibleBaseUrl
Function · 0.90
buildPiModel
Function · 0.90
Tested by
no test coverage detected