MCPcopy Create free account
hub / github.com/experdot/pointer / updateModelConfig

Function updateModelConfig

src/renderer/src/services/settingsService.ts:195–197  ·  view source on GitHub ↗
(id: string, updates: Partial<ModelConfig>)

Source from the content-addressed store, hash-verified

193}
194
195export function updateModelConfig(id: string, updates: Partial<ModelConfig>): void {
196 stores.settings.updateModelConfig(id, updates)
197}
198
199export function deleteModelConfig(id: string): void {
200 const { settings } = stores

Callers

nothing calls this directly

Calls 1

updateModelConfigMethod · 0.80

Tested by

no test coverage detected