@redonvn/redai-openapi-models
v0.1.1
Published
OpenAPI export cho nhóm API user đã chọn: Models.
Downloads
11
Readme
@redonvn/redai-openapi-models
OpenClaw plugin generated from openapi/redai/models.json.
Build
npm run build --workspace @redonvn/redai-openapi-modelsInstall in OpenClaw
openclaw plugins install @redonvn/redai-openapi-models
openclaw plugins enable redai-openapi-modelsRuntime config
Add runtime config in ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"redai-openapi-models": {
"enabled": true,
"config": {
"baseUrl": "https://v2.redai.vn/api",
"bearerToken": "YOUR_TOKEN",
"workspaceId": "YOUR_WORKSPACE_ID",
"baseId": "YOUR_BASE_ID"
}
}
}
}
}