Skip to content

Commit

Permalink
Merge pull request #3 from GaiaNet-AI/alabulei1-patch-1
Browse files Browse the repository at this point in the history
Add useful links for intro.md
  • Loading branch information
alabulei1 authored May 15, 2024
2 parents 771e628 + 8a78b6f commit cc9939d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@ 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:

### Users

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).


0 comments on commit cc9939d

Please sign in to comment.