Files
openclaw/openclaw.config.json

20 lines
276 B
JSON
Raw Normal View History

{
"gateway": {
"http": {
"endpoints": {
"responses": {
"enabled": true
}
}
}
},
"agents": {
"main": {
"model": "openai-codex/gpt-5.3-codex",
"skills": [
"paradiz_booking_agent_v1"
]
}
}
}