Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
105
export
function
getCurrentProvider():
'qwen'
|
'volcengine'
{
106
const
config = getUserConfig();
107
return
config.currentProvider ||
'qwen'
;
108
}
109
110
/**
111
* 获取当前模型
Callers
3
configCommand
Function · 0.85
agentLlmCommand
Function · 0.85
llmCommand
Function · 0.85
Calls
1
getUserConfig
Function · 0.85
Tested by
no test coverage detected