Skip to content

Commit 6a1661e

Browse files
authored
Merge pull request #123 from Hopium21/main
Fix typos
2 parents 2ca5a5e + 9834a4b commit 6a1661e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Diff for: docs/agent-integrations/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# OpenAI ecosystem apps
66

7-
Since each Gaia node provides an OpenAI-compatible API service, it can be a drop-in replacement for OpenAI in almost all LLM applications and frameworks. Checkout the articles in this section for instructions and examples for how to use Gaia in popular LLM apps.
7+
Since each Gaia node provides an OpenAI-compatible API service, it can be a drop-in replacement for OpenAI in almost all LLM applications and frameworks. Check out the articles in this section for instructions and examples for how to use Gaia in popular LLM apps.
88

99
## The OpenAI Python library
1010

Diff for: docs/getting-started/advanced-deployment-options/aws.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 2
66

77
We have created a series of public AMIs for you to start Gaia nodes in AWS with just a few clicks.
88

9-
Now we have three AMI images available in the Asia Pacific (Osaka) and all the US regions including N. Virginia, Ohio, N. California, and Oregon.
9+
Now we have three AMI images available in Asia Pacific (Osaka) and all the US regions including N. Virginia, Ohio, N. California, and Oregon.
1010

1111
| AMI Images Name | Architecture | Regions |
1212
|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
@@ -70,4 +70,4 @@ gaianet start
7070
The node is ready when it shows `The Gaia node is started at: https://...` on the console.
7171
You can go to that URL from your browser to interact with the Gaia node.
7272

73-
You can [customize your Gaia node](../customize.md) with your own choice of LLMs and knowledge base snapshots.
73+
You can [customize your Gaia node](../customize.md) with your own choice of LLMs and knowledge base snapshots.

Diff for: docs/getting-started/advanced-deployment-options/protect.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 105
66

77
## Protect the server process
88

9-
Sometimes, the OS could kill the `wasmedge` process on the Gaia node if it consumes too much resources. For production
9+
Sometimes, the OS could kill the `wasmedge` process on the Gaia node if it consumes too many resources. For production
1010
servers, you should protect the server process.
1111

1212
## Use Supervise
@@ -31,4 +31,4 @@ of the `wasmedge` process.
3131

3232
```
3333
sudo renice -n -19 $(cat $HOME/gaianet/llamaedge.pid)
34-
```
34+
```

Diff for: docs/getting-started/advanced-deployment-options/windows.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 5
66

77
Here is the complete guide to installing and running your own decentralised AI inference using Gaia from a Windows machine.
88

9-
## Pre-requisites
9+
## Prerequisites
1010

1111
- Windows Sub-system for Linux
1212
- Ubuntu (Latest distribution)
@@ -48,4 +48,4 @@ Once you see the user account logged in as shown in the above screenshot, you ca
4848
![Gaianet Init](gaianet-init.png)
4949
![Gaianet Start](gaianet-start.png)
5050

51-
> That's it! Gaia now runs on your Windows machine!
51+
> That's it! Gaia now runs on your Windows machine!

Diff for: docs/getting-started/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Warning: /main/consensus/consensus.snapshot: No such file or directory
148148
curl: (23) Failure writing output to destination
149149
```
150150

151-
The reason for this type of error is a mis-configured `config.json` file. The solution is to delete the comments in `config.json` and re-run the `gaianet init` command.
151+
The reason for this type of error is a misconfigured `config.json` file. The solution is to delete the comments in `config.json` and re-run the `gaianet init` command.
152152

153153
## The "Too many open files" Error on macOS
154154

Diff for: docs/litepaper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Each GaiaNet node has an unique node ID in the form of an ETH address. The priva
146146

147147
Each GaiaNet domain has an associated smart contract that is used for escrow payments. It is similar to OpenAI’s credit payment model, where users purchase credits first, and then consume them over time. When the user pays into the smart contract, an access token will be automatically issued to him. He uses this token to make API calls to the domain, which is then load-balanced to random nodes in the domain. As the user consumes those services, his fund in the contract depletes and the access token stops working if he no longer has any balance.
148148

149-
The pricing and payment of the API service are determined by the domain operator. It is typically denominated in USD stable coins. The domain operator pays a share of the revenue to node operators who provided the services. The GaiaNet network is a decentralized marketplace of agent services.
149+
The pricing and payment for the API service are determined by the domain operator. It is typically denominated in USD stable coins. The domain operator pays a share of the revenue to node operators who provided the services. The GaiaNet network is a decentralized marketplace of agent services.
150150

151151
> The funds locked in GaiaNet domain contracts are for a single purpose of consuming API services. It is called Purpose Bound Money.
152152

0 commit comments

Comments
 (0)