1Panel 版本:2.1.3
操作系统(设备): win11
对接的openrouter,选的自定义模型,模型名字填的是stepfun/step-3.5-flash:free,但是bug发生,自动生成的配置文件里,写错了一个属性,导致无法聊天。
报错:
400 step-3.5-flash:free is not a valid model ID
文件:
/opt/1panel/apps/openclaw/你的智能体名字/data/conf
错误属性:
{
“agents”: {
“defaults”: {
“model”: {
“primary”: “custom/step-3.5-flash:free” <-----这个错误
},
“userTimezone”: “Asia/Shanghai”
}
},
正确应该填写:custom/stepfun/step-3.5-flash:free
如果我说错了的话,请删除我的帖子。