MCPcopy Create free account
hub / github.com/Noumena-Network/code / getNCodeManagedModelOptions

Function getNCodeManagedModelOptions

src/utils/model/ncodeModels.ts:150–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148}
149
150export function getNCodeManagedModelOptions(): Array<{
151 value: string
152 label: string
153 description: string
154 descriptionForModel: string
155}> {
156 return NCODE_MANAGED_MODEL_PROFILES.map(profile => ({
157 value: profile.primaryAlias,
158 label: profile.label,
159 description: profile.description,
160 descriptionForModel: `${profile.description} (${profile.model})`,
161 }))
162}
163
164export function getNCodeManagedModelBaseUrl(
165 model: string | undefined,

Callers 1

getModelOptionsBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected