Skip to content

Commit 495739d

Browse files
authored
Update customize.md
1 parent 0e91666 commit 495739d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/node-guide/customize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 3
66

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

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

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

0 commit comments

Comments
 (0)