Add complete Moltbot distributed cluster setup: - 6 documentation files (33KB) - Deployment tools and scripts - Configuration templates - Status dashboard See CLUSTER-CONFIG-SUMMARY.md for details.
27 lines
563 B
JSON
27 lines
563 B
JSON
{
|
|
"gateway": {
|
|
"url": "ws://38.14.254.51:18789",
|
|
"mode": "client",
|
|
"auth": {
|
|
"token": "moltbot-cluster-2024"
|
|
}
|
|
},
|
|
"browser": {
|
|
"enabled": true,
|
|
"port": 18792
|
|
},
|
|
"models": {
|
|
"mode": "merge",
|
|
"providers": {
|
|
"minimax": {
|
|
"baseUrl": "https://api.minimaxi.com/anthropic",
|
|
"apiKey": "sk-cp-cvEiSLgsK070H9seQfSeeqvpk4TB9swvRGoXbW_7NdDBIbn-uGiABy-1oMcZ0WPXQa57MwfhlH4iST7qjF5NrPX1U25Jk-9iy6pHQPceRonqePt1obtekdw",
|
|
"authHeader": true
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"mode": "remote"
|
|
}
|
|
}
|