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
Copy file name to clipboardExpand all lines: docs/intro.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Gaia is a decentralized computing infrastructure that enables everyone to create
9
9
It allows individuals and businesses to create AI agents. Each Gaia node provides:
10
10
11
11
* a web-based chatbot UI [Chat with a Gaia node](https://rustcoder.gaia.domains/chatbot-ui/index.html) that is an expert on the Rust programming language.
12
-
* an OpenAI compatible API. [See how](agent-integrations/intro) to use a Gaia node as a drop-in OpenAI replacement in your favorite AI agent app.
12
+
* an OpenAI compatible API. [See how](/agent-integrations/intro) to use a Gaia node as a drop-in OpenAI replacement in your favorite AI agent app.
13
13
14
14
100% of today's AI agents are applications in the OpenAI ecosystem. With our API approach, Gaia is an alternative to OpenAI. Each Gaia node has the ability to be customized with a fine-tuned model supplemented by domain knowledge which eliminates the generic responses many have come to expect. For example, a Gaia node for a financial analyst agent can write SQL code to query SEC 10K filings to respond to user questions.
15
15
@@ -21,27 +21,27 @@ Similar Gaia nodes are organized into Gaia domains, to provide stable services b
21
21
22
22
If you are an end user of AI agent applications, you can:
23
23
24
-
*[Find a list of interesting Gaia nodes you can chat with on the web, or access via API](./nodes).
25
-
*[Use a Gaia node as the backend AI engine for your favorite AI agent apps](./agent-integrations).
24
+
*[Find a list of interesting Gaia nodes you can chat with on the web, or access via API](/nodes).
25
+
*[Use a Gaia node as the backend AI engine for your favorite AI agent apps](/agent-integrations).
26
26
27
27
### Node operators
28
28
29
29
If you are interested in running Gaia nodes, you can
30
30
31
-
*[Get started with a Gaia node](./getting-started/quick-start).
32
-
*[Customize the Gaia node with a finetuned model and custom knowledge base](./getting-started/customize).
33
-
*[Join the Gaia Protocol](./getting-started/register)
31
+
*[Get started with a Gaia node](/getting-started/quick-start).
32
+
*[Customize the Gaia node with a finetuned model and custom knowledge base](/getting-started/customize).
33
+
*[Join the Gaia Protocol](/getting-started/register)
34
34
35
35
### Domain operators
36
36
37
37
If you are a Gaia Domain Name owner, you can
38
38
39
-
*[Launch your domain](./domain-guide/quick-start.md).
39
+
*[Launch your domain](/domain-guide/quick-start)
40
40
41
41
42
42
### Creators
43
43
44
44
If you are a creator or knowledge worker interested in creating your own AI agent service, you can:
45
45
46
-
*[Create your own knowledge base](./knowledge-bases).
47
-
*[Finetune a model to "speak" like you](./tutorial/llamacpp).
46
+
*[Create your own knowledge base](/knowledge-bases).
47
+
*[Finetune a model to "speak" like you](/tutorial/llamacpp).
0 commit comments