Gaianet
GaiaNet is a decentralized computing infrastructure that enables everyone to create, deploy, scale, and monetize their own AI agents that reflect their styles, values, knowledge, and expertise. It allows individuals and businesses to create AI agents. Each GaiaNet node provides:
Installation
- Install GaiaNet node
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
source ~/.bashrc
- Init with the qwen-1.5-0.5b-chat model
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/qwen-1.5-0.5b-chat/config.json
- Start the node
gaianet start
Auto chat script with Bot
- Install Binary
git clone https://github.com/iyogz/gaian
cd gaian
- Change your NodeIdGaia with your gaianet node id
nano gaian.js
- Start The script
screen -Rd gaianbot
npm i
node gaian.js