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

Class

app/src/utils/inferenceConfigStore.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { ModelManager } from './ModelManager';
6
7class InferenceConfigStore {
8 getModelParams(modelName: string): Partial<InferenceParams> {
9 return ModelManager.getInstance().getModelParams(modelName);
10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected