| 5 | import { ModelManager } from './ModelManager'; |
| 6 | |
| 7 | class InferenceConfigStore { |
| 8 | getModelParams(modelName: string): Partial<InferenceParams> { |
| 9 | return ModelManager.getInstance().getModelParams(modelName); |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected