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

Function updateLLMConfig

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

Source from the content-addressed store, hash-verified

74}
75
76export function updateLLMConfig(id: string, updates: Partial<LLMConfig>): void {
77 stores.settings.updateLLMConfig(id, updates)
78}
79
80export function deleteLLMConfig(id: string): void {
81 const { settings } = stores

Callers

nothing calls this directly

Calls 1

updateLLMConfigMethod · 0.80

Tested by

no test coverage detected