File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebar_position: 3
6
6
7
7
A key goal of the GaiaNet project is to enable each individual to create and run his or her own
8
8
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.
10
10
In this chapter, we will discuss ways to customize your node.
11
11
12
12
## Pre-set configurations
@@ -16,7 +16,7 @@ are all in the `gaianet/config.json` file. You can edit this file directly to us
16
16
Or, you can select a different ` config.json ` when you initialize the node. Just pass in a URL to the ` config.json ` file
17
17
in your ` gaianet init ` command.
18
18
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.
20
20
21
21
```
22
22
gaianet init --config https://raw.githubusercontent.com/GaiaNet-AI/node-configs/main/llama-3-8b-instruct/config.json
You can’t perform that action at this time.
0 commit comments