关于如何让类似trellis等工作流和omo-slim之类共存.

2026-05-13 23:17 1

可以采用自定义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”

}



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

最新回复 (1)
  • 澳雪木瓜露 06-17 15:26
    1

    佬啊佬,没理解这个是怎样进行的 ^-^ 意思是在 oh-my-opencode-slim.jsonc 里面某一个 preset 里加这个就可以了吗? 我搞不清楚 omo-slim 和 trellis 打不打架 ^-^

* 帖子来源Linux.do
返回