Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 😻
|
4 |
colorFrom: pink
|
5 |
colorTo: pink
|
@@ -7,17 +7,17 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
##
|
11 |
|
12 |
-
Each
|
13 |
|
14 |
* a specialized and fine-tuned LLM (e.g., an LLM that excels in answering questions about the Rust programming language)
|
15 |
* a domain-specific knowledge base (e.g., knowledge about the WasmEdge project)
|
16 |
* an inference app that manages the context and history of conversations (e.g., RAG and MemGPT prompt injection)
|
17 |
* compute resources required to run the LLM app as an API service (e.g., a Nvidia GPU or a Mac M3 device)
|
18 |
|
19 |
-
The
|
20 |
|
21 |
-
##
|
22 |
|
23 |
-
The
|
|
|
1 |
---
|
2 |
+
title: Introducing the Gaianet AI network
|
3 |
emoji: 😻
|
4 |
colorFrom: pink
|
5 |
colorTo: pink
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
## Gaianet node
|
11 |
|
12 |
+
Each Gaianet node provides a specialized API service that encapsulates a unique combination of
|
13 |
|
14 |
* a specialized and fine-tuned LLM (e.g., an LLM that excels in answering questions about the Rust programming language)
|
15 |
* a domain-specific knowledge base (e.g., knowledge about the WasmEdge project)
|
16 |
* an inference app that manages the context and history of conversations (e.g., RAG and MemGPT prompt injection)
|
17 |
* compute resources required to run the LLM app as an API service (e.g., a Nvidia GPU or a Mac M3 device)
|
18 |
|
19 |
+
The Gaianet node API service is fully compatible with the OpenAI JSON spec, and hence each Gaia node can function as an alternative backend for OpenAI-based frontends or agents.
|
20 |
|
21 |
+
## Gaianet protocol
|
22 |
|
23 |
+
The Gaianet protocol connects and incentivizes Gaianet nodes to form a coherent network of web services for AI agents. It provides a mechanism to discover, connect to, and pay for Gaianet node services through a decentralized marketplace.
|