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

Function setDefaultLLMId

src/renderer/src/services/settingsService.ts:283–285  ·  view source on GitHub ↗
(id: string | undefined)

Source from the content-addressed store, hash-verified

281}
282
283export function setDefaultLLMId(id: string | undefined): void {
284 stores.settings.setDefaultLLMId(id)
285}
286
287export function setDefaultModelConfigId(id: string | undefined): void {
288 stores.settings.setDefaultModelConfigId(id)

Callers 2

handleChangeFunction · 0.85
LLMConfigPanelFunction · 0.85

Calls 1

setDefaultLLMIdMethod · 0.80

Tested by

no test coverage detected