@redonvn/redai-ai-driver
v0.1.2
Published
OpenClaw plugin for RedAI AI driver user APIs
Readme
@redonvn/redai-ai-driver
OpenClaw plugin cho nhóm API user của RedAI AI driver.
Generate
npm run generate --workspace @redonvn/redai-ai-driverBuild
npm run build --workspace @redonvn/redai-ai-driverInstall in OpenClaw
openclaw plugins install @redonvn/redai-ai-driverRequired config
{
"plugins": {
"entries": {
"redai-ai-driver": {
"enabled": true,
"config": {
"baseUrl": "https://api.redai.vn/api/v1",
"bearerToken": "YOUR_JWT_TOKEN",
"workspaceId": "YOUR_WORKSPACE_ID",
"baseId": "YOUR_BASE_ID"
}
}
}
}
}Nếu dùng API key:
{
"plugins": {
"entries": {
"redai-ai-driver": {
"config": {
"baseUrl": "https://api.redai.vn/api/v1",
"apiKey": "YOUR_API_KEY",
"apiKeyHeader": "X-API-Key",
"workspaceId": "YOUR_WORKSPACE_ID"
}
}
}
}
}