Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getSupportedProviders
Function
getSupportedProviders
src/config/defaults.ts:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
* 获取所有支持的提供商列表
125
*/
126
export
function
getSupportedProviders(): string[] {
127
return
Object.keys(DEFAULT_CONFIG.llm);
128
}
129
130
/**
131
* 检查提供商是否受支持
Callers
1
isProviderSupported
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected