MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getSiliconFlowModelId

Function getSiliconFlowModelId

web/src/llm-api/siliconflow.ts:39–41  ·  view source on GitHub ↗
(openrouterModel: string)

Source from the content-addressed store, hash-verified

37}
38
39function getSiliconFlowModelId(openrouterModel: string): string {
40 return SILICONFLOW_MODEL_MAP[openrouterModel] ?? openrouterModel
41}
42
43type StreamState = { responseText: string; reasoningText: string; ttftMs: number | null; billedAlready: boolean }
44

Callers 1

createSiliconFlowRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected