Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
export
function
toggleCurrentModel(model: (typeof MODELS)[keyof typeof MODELS]) {
16
currentModel = model
17
}
Callers
1
toggleModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected