juntaoyuan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 😻
|
4 |
colorFrom: pink
|
5 |
colorTo: pink
|
@@ -7,4 +7,17 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Gaia Network
|
3 |
emoji: 😻
|
4 |
colorFrom: pink
|
5 |
colorTo: pink
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
## Gaia node
|
11 |
+
|
12 |
+
Each Gaia 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 Gaia 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 |
+
## Gaia network
|
22 |
+
|
23 |
+
The Gaia network consists of many Gaia nodes. It provides a mechanism to discovery, connect, and pay for Gaia node services through a decentralized marketplace.
|