Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GaiaNet-AI/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed May 17, 2024
2 parents 7f501c2 + cc9939d commit 3782980
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 3782980

Please sign in to comment.