MCPcopy
hub / github.com/Doorman11991/smallcode / getAdaptiveRouter

Function getAdaptiveRouter

src/model/adaptive_router.js:121–124  ·  view source on GitHub ↗

* Get the singleton AdaptiveModelRouter. * @returns {AdaptiveModelRouter}

()

Source from the content-addressed store, hash-verified

119 * @returns {AdaptiveModelRouter}
120 */
121function getAdaptiveRouter() {
122 if (!_instance) _instance = new AdaptiveModelRouter();
123 return _instance;
124}
125
126module.exports = { AdaptiveModelRouter, getAdaptiveRouter };

Callers 1

chatCompletionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected