Skip to content

Commit

Permalink
docs(ai): improve subsection titles and discovery text
Browse files Browse the repository at this point in the history
This commit improves the subsection titles and Discovery text.
  • Loading branch information
rickstaa committed Apr 18, 2024
1 parent 5ea3a59 commit d685ecd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
6 changes: 5 additions & 1 deletion .gitignore
@@ -1,2 +1,6 @@
node_modules
.DS_Store
.DS_Store

# IDE
.vscode
*.code-workspace
2 changes: 1 addition & 1 deletion ai/introduction.mdx
@@ -1,5 +1,5 @@
---
title: What is the Livepeer AI?
title: What is the AI Subnet?
icon: microchip-ai
iconType: regular
---
Expand Down
3 changes: 0 additions & 3 deletions ai/orchestrator/offchain.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions ai/orchestrator/onchain.mdx
@@ -1,5 +1,5 @@
---
title: On-chain configuration
title: On-chain Configuration
---

In the previous section we covered the **off-chain** configuration of the AI Orchestrator node. In this section, we will cover how to connect your AI Orchestrator node to the AI subnet and earn fees for processing AI inference jobs.
Expand All @@ -16,7 +16,7 @@ In the previous section we covered the **off-chain** configuration of the AI Orc

## Advertising Your AI Service URI

To make your *AI Orchestrator* discoverable by *AI Gateway* nodes on the AI subnet, you need to advertise your **AI service URI** on-chain. This can be done by registering your service URI with the [AIServiceRegistry](https://arbiscan.io/address/0x04C0b249740175999E5BF5c9ac1dA92431EF34C5#code) contract on the [Arbitrum Mainnet](https://arbitrum.io). The simplest way to do this is by using the [Foundry](https://book.getfoundry.sh/getting-started/installation) smart contract deployment toolchain.
To make your *AI Orchestrator* discoverable by *AI Gateway* nodes on the AI subnet, you need to advertise your **AI service URI** on-chain. This can be done by registering your service URI with the [AIServiceRegistry](https://arbiscan.io/address/0x04C0b249740175999E5BF5c9ac1dA92431EF34C5) contract on the [Arbitrum Mainnet](https://arbitrum.io). The simplest way to do this is by using the [Foundry](https://book.getfoundry.sh/getting-started/installation) smart contract deployment toolchain.

1. **Install Foundry** using the following commands:

Expand Down Expand Up @@ -51,4 +51,4 @@ To make your *AI Orchestrator* discoverable by *AI Gateway* nodes on the AI subn
https://<PUBLIC_ORCH_IP_OR_URL>:<PUBLIC_ORCH_PORT>
```

Great job! Your _AI Orchestrator_ is now visible to _AI Gateway_ nodes on the AI Subnet 🚀!
Well done! Your _AI Orchestrator_ is now discoverable by _AI Gateway_ nodes and primed to execute AI inference tasks on the AI Subnet. Onwards! 🚀
3 changes: 1 addition & 2 deletions ai/setup-gateway.mdx
@@ -1,8 +1,7 @@
---
title: Setup AI Gateway
title: Setup an AI Gateway
icon: signal-stream
iconType: solid
---


<Info>Coming Soon</Info>
3 changes: 1 addition & 2 deletions mint.json
Expand Up @@ -515,13 +515,12 @@
"pages": [
"ai/introduction",
{
"group": "AI Orchestrator",
"group": "Setup an AI Orchestrator",
"icon": "robot",
"iconType": "solid",
"pages": [
"ai/orchestrator/get_started",
"ai/orchestrator/models_config",
"ai/orchestrator/offchain",
"ai/orchestrator/onchain"
]
},
Expand Down

0 comments on commit d685ecd

Please sign in to comment.