MCPcopy Create free account
hub / github.com/Roy3838/Observer / hasModelParams

Method hasModelParams

app/src/utils/inferenceConfigStore.ts:20–22  ·  view source on GitHub ↗
(modelName: string)

Source from the content-addressed store, hash-verified

18 }
19
20 hasModelParams(modelName: string): boolean {
21 return ModelManager.getInstance().hasModelParams(modelName);
22 }
23}
24
25export const inferenceConfigStore = new InferenceConfigStore();

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected