Step 1: Install GaiaNet node
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
Step 2: Init with the Gemma-2-9B model
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/openchat/config.json
Step 3: Start the node
gaianet start
Now you can use the node as a web-based chatbot or as an OpenAI API drop-in replacement.