Step 1: Install Gaia node
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
Step 2: Init with the Yi-Coder-9b-Chat model
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/yi-coder-9b-chat/config.json
Use the
config.fullcontext.jsonfile ininitto start a node with the full 128k context window if your machine has sufficient memory.
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.