MCPcopy
hub / github.com/continuedev/continue / getLlm

Method getLlm

core/core.ts:232–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 });
231
232 const getLlm = async () => {
233 const { config } = await this.configHandler.loadConfig();
234 if (!config) {
235 return undefined;
236 }
237 return config.selectedModelByRole.autocomplete ?? undefined;
238 };
239 this.completionProvider = new CompletionProvider(
240 this.configHandler,
241 ide,

Callers

nothing calls this directly

Calls 1

loadConfigMethod · 0.45

Tested by

no test coverage detected