Skip to content

Commit

Permalink
Merge pull request #96 from GaiaNet-AI/alabulei1-patch-5
Browse files Browse the repository at this point in the history
Update customize.md
  • Loading branch information
JYC0413 authored Jan 2, 2025
2 parents 9021e06 + 495739d commit 3d41e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node-guide/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 3

A key goal of the GaiaNet project is to enable each individual to create and run his or her own
agent service node using finetuned LLMs and proprietary knowledge. In all likelihood,
you are not going to run a node with the [default](quick-start.md) Phi-3 LLM and Paris guidebook knowledge base.
you are not going to run a node with the [default](quick-start.md) Llama 3.2 3B LLM and Paris guidebook knowledge base.
In this chapter, we will discuss ways to customize your node.

## Pre-set configurations
Expand All @@ -16,7 +16,7 @@ are all in the `gaianet/config.json` file. You can edit this file directly to us
Or, you can select a different `config.json` when you initialize the node. Just pass in a URL to the `config.json` file
in your `gaianet init` command.
We have several pre-set `config.json` files to choose from [in this repo](https://github.com/GaiaNet-AI/node-configs).
For example, the following command initialize a GaiaNet node with a Llama 3 8B model.
For example, the following command initializes a GaiaNet node with a Llama 3 8B model.

```
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/llama-3-8b-instruct/config.json
Expand Down

0 comments on commit 3d41e41

Please sign in to comment.