MCPcopy Index your code
hub / github.com/Noumena-Network/code / getNCodeManagedModelBaseUrl

Function getNCodeManagedModelBaseUrl

src/utils/model/ncodeModels.ts:164–172  ·  view source on GitHub ↗
(
  model: string | undefined,
)

Source from the content-addressed store, hash-verified

162}
163
164export function getNCodeManagedModelBaseUrl(
165 model: string | undefined,
166): string | undefined {
167 const profile = resolveNCodeManagedModel(model)
168 if (!profile) {
169 return undefined
170 }
171 return profile.baseUrl
172}

Callers 2

getInferenceClientFunction · 0.85
buildURLForModelMethod · 0.85

Calls 1

resolveNCodeManagedModelFunction · 0.85

Tested by

no test coverage detected