You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Use the following command to initialize the GaiaNet node according to the configuration options
31
31
in `$HOME/gaianet/config.json`.
32
-
By default, the GaiaNet is initialized with a [Phi-3](https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/) LLM and a [knowledge base about Paris](https://huggingface.co/datasets/gaianet/paris).
32
+
By default, the GaiaNet is initialized with a [Llama 3.2 3B](https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/) LLM and a [knowledge base about Paris](https://huggingface.co/datasets/gaianet/paris).
33
33
This command could take some time since it will download a very large LLM file.
34
34
35
35
```
@@ -47,7 +47,7 @@ gaianet start
47
47
- A successful start prints a public URL for the node. Opening a browser to that URL will display the node information and allow you to chat with the AI agent on the node.
0 commit comments