Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

An openchat-3.5-0106 node

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.

References