juntaoyuan commited on
Commit
43f0a6b
·
verified ·
1 Parent(s): 1ec9068

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Gaia Network
3
  emoji: 😻
4
  colorFrom: pink
5
  colorTo: pink
@@ -7,17 +7,17 @@ sdk: static
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.
 
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.