MCPcopy Create free account
hub / github.com/echoVic/blade-code / configure

Method configure

src/agent/LLMManager.ts:33–36  ·  view source on GitHub ↗

* 配置 LLM

(config: LLMConfig)

Source from the content-addressed store, hash-verified

31 * 配置 LLM
32 */
33 public configure(config: LLMConfig): void {
34 this.config = config;
35 this.log(`LLM 已配置: ${config.provider}`);
36 }
37
38 /**
39 * 初始化 LLM

Callers 2

demonstrateLLMManagerFunction · 0.95
constructorMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected