Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add useful links for intro.md #3

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).


Loading