岚 (@ZICHUANLAN)关于如何让类似trellis等工作流和omo-slim之类共存. 中发帖

可以采用自定义agentkey就能很简单的让工作流自定义的agent走omo-slim的模型 
例如:在ohmyopencode-slim中添加 

“trellis-check”: { 
“model”: “opencodezen/deepseek-v4-flash-free”, 
“variant”: “max” 
}, 
“trellis-implement”: { 
“model”: “opencodezen/deepseek-v4-flash-free”, 
“variant”: “max” 
}, 
“trellis-research”: { 
“model”: “opencodezen/deepseek-v4-flash-free”, 
“variant”: “max” 
} 

这样设置之后就能融合一起了
 
 
Back to Top