From 8a78b6fb9b994858453062595ee750202b911991 Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Wed, 15 May 2024 17:49:34 +0800 Subject: [PATCH] Add useful links on intro.md --- docs/intro.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index a0cfab9..efd3212 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -12,7 +12,7 @@ It allows individuals and businesses to create AI agents. Each GaiaNet node prov The API approach allows any agent application in the OpenAI ecosystem, which is 100% of AI agents today, to use GaiaNet as an alternative to OpenAI. Furthermore, while the OpenAI API is backed by a handful of models to give generic responses, each GaiaNet node can be heavily customized with a finetuned model supplemented by domain knowledge. For example, a GaiaNet node for a financial analyst agent can write SQL code to query SEC 10K filings to respond to user questions. -Similar GaiaNet nodes are organized into GaiaNet domains, which provide stable services by load balancing across the nodes. GaiaNet domains have public facing URLs and promote agent services to their communities. When a user or an agent app send an API request to the domain's API endpoint URL, the domain is responsible for directing the request to a node that is ready. +Similar GaiaNet nodes are organized into GaiaNet domains, which provide stable services by load balancing across the nodes. GaiaNet domains have public-facing URLs and promote agent services to their communities. When a user or an agent app sends an API request to the domain's API endpoint URL, the domain is responsible for directing the request to a node that is ready. ## Next steps: @@ -20,21 +20,21 @@ Similar GaiaNet nodes are organized into GaiaNet domains, which provide stable s If you are an end user of AI agent applications, you can -* Find a list of interesting GaiaNet nodes you can chat with on the web, or access via API. -* Use a GaiaNet node as the backend AI engine for your favorite AI agent apps. +* [Find a list of interesting GaiaNet nodes you can chat with on the web, or access via API](./user-guide/nodes.md). +* [Use a GaiaNet node as the backend AI engine for your favorite AI agent apps](./category/agent-frameworks-and-apps). ### Node operators If you are interested in running GaiaNet nodes and make money, you can -* Get started with a GaiaNet node. -* Customize the GaiaNet node with a finetuned model and custim knowledge base. +* [Get started with a GaiaNet node](./node-guide/quick-start.md). +* [Customize the GaiaNet node with a finetuned model and custom knowledge base](./node-guide/customize.md). ### Creators -If you are a creator or knowledge worker interested in creating your own AI agent serveice, you can +If you are a creator or knowledge worker interested in creating your own AI agent service, you can -* Create your own knowledge base. -* Finetune a model to "speak" like you. +* [Create your own knowledge base](./category/knowledge-bases). +* [Finetune a model to "speak" like you](./category/gaianet-node-with-finetuned-llms).