You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(ai): enhance remote worker documentation and standardize template variables
This commit improves the clarity and usability of the remote worker documentation
by providing expanded and more detailed instructions. Additionally, it ensures
consistent usage of template variables across the AI documentation for better
readability and uniformity.
Copy file name to clipboardexpand all lines: ai/orchestrators/onchain.mdx
+5-6
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Orchestrator node to redeem tickets:
41
41
42
42
```bash
43
43
./livepeer \
44
-
-ethOrchAddr <MAIN_ORCH_ADDRESS> \
44
+
-ethOrchAddr <main orch address> \
45
45
... \
46
46
```
47
47
</Step>
@@ -85,7 +85,7 @@ contract on the [Arbitrum Mainnet](https://arbitrum.io).
85
85
Set your Service URI, ensuring it starts with `https://`, using the `SetServiceURI` function on the [AIServiceRegistry](https://arbiscan.io/address/0x04C0b249740175999E5BF5c9ac1dA92431EF34C5) contract. Use the KeyStore file and password from your **Mainnet Transcoding Network Orchestrator** wallet:
After successful execution, the output should look like this:
@@ -99,13 +99,13 @@ contract on the [Arbitrum Mainnet](https://arbitrum.io).
99
99
Verify your Service URI by invoking the `getServiceURI` function on the [AIServiceRegistry](https://arbiscan.io/address/0x04C0b249740175999E5BF5c9ac1dA92431EF34C5) contract:
0 commit comments