开启openclaw http 端点
OpenClaw 的网关可以服务当作一个OpenAI兼容网关,调用其中的agent来提供服务
开启gateway http
"gateway": {
"http": {
"endpoints": {
"chatCompletions": {
"enabled": true
}
}
}
}
OpenClaw 的网关可以服务当作一个OpenAI兼容网关,调用其中的agent来提供服务
"gateway": {
"http": {
"endpoints": {
"chatCompletions": {
"enabled": true
}
}
}
}