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

Function getCurrentProvider

src/config/user-config.ts:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 * 获取当前 provider(优先级:用户配置 > 默认值)
104 */
105export function getCurrentProvider(): 'qwen' | 'volcengine' {
106 const config = getUserConfig();
107 return config.currentProvider || 'qwen';
108}
109
110/**
111 * 获取当前模型

Callers 3

configCommandFunction · 0.85
agentLlmCommandFunction · 0.85
llmCommandFunction · 0.85

Calls 1

getUserConfigFunction · 0.85

Tested by

no test coverage detected