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

Method getModelParams

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

Source from the content-addressed store, hash-verified

6
7class InferenceConfigStore {
8 getModelParams(modelName: string): Partial<InferenceParams> {
9 return ModelManager.getInstance().getModelParams(modelName);
10 }
11
12 setModelParams(modelName: string, params: Partial<InferenceParams>): void {
13 ModelManager.getInstance().setModelParams(modelName, params);

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected