MCPcopy Create free account
hub / github.com/Cphayim/ombro / toggleCurrentModel

Function toggleCurrentModel

packages/cli-chat/src/chat/model.ts:15–17  ·  view source on GitHub ↗
(model: (typeof MODELS)[keyof typeof MODELS])

Source from the content-addressed store, hash-verified

13}
14
15export function toggleCurrentModel(model: (typeof MODELS)[keyof typeof MODELS]) {
16 currentModel = model
17}

Callers 1

toggleModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected