fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.58k stars 128 forks source link

Compute Node Installation Wizard #107

Closed streetycat closed 7 months ago

streetycat commented 7 months ago

Add a command to create a new node with wizard.

# Create a new node
/node create

* This command will execute the above shell commands interactively to start the service.
* We can specify the parameters for starting the node according to the wizard's instructions.

# Add a exist node
/node add $model_name $url

# Remove a node
/node rm $model_name $url

# List the currently joined nodes
/node list