Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ constructor
Method
constructor
src/prompt/ModelOptimizer.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
private optimizations =
new
Map<ModelProvider, ModelOptimization>();
9
10
constructor() {
11
this.initializeOptimizations();
12
}
13
14
/**
15
* 初始化针对不同模型的优化配置
Callers
nothing calls this directly
Calls
1
initializeOptimizations
Method · 0.95
Tested by
no test coverage detected