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

Method setModelParams

app/src/utils/inferenceConfigStore.ts:12–14  ·  view source on GitHub ↗
(modelName: string, params: Partial<InferenceParams>)

Source from the content-addressed store, hash-verified

10 }
11
12 setModelParams(modelName: string, params: Partial<InferenceParams>): void {
13 ModelManager.getInstance().setModelParams(modelName, params);
14 }
15
16 clearModelParams(modelName: string): void {
17 ModelManager.getInstance().clearModelParams(modelName);

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected