MCPcopy Index your code
hub / github.com/Noumena-Network/code / getDefaultMainLoopModel

Function getDefaultMainLoopModel

src/utils/model/model.ts:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 * (bypassing any user-specified values).
288 */
289export function getDefaultMainLoopModel(): ModelName {
290 return parseUserSpecifiedModel(getDefaultMainLoopModelSetting())
291}
292
293// @[MODEL LAUNCH]: Add a canonical name mapping for the new model below.
294/**

Callers 9

logSessionTelemetryFunction · 0.85
runFunction · 0.85
callFunction · 0.85
resolveOptionModelFunction · 0.85
getMainLoopModelFunction · 0.85
modelDisplayStringFunction · 0.85
runHeadlessStreamingFunction · 0.85
onSetModelFunction · 0.85

Calls 2

parseUserSpecifiedModelFunction · 0.85

Tested by

no test coverage detected