Skip to content

Commit bb2dd42

Browse files
authored
fix(ai): fix wrong AI command line argument (#692)
This commit ensure that the aiServiceRegistry flag is spelled correctly.
1 parent 466496f commit bb2dd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai/gateways/onchain.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for more information. Here’s a summary of the key steps:
3535
<Step title="Launch the AI Gateway">
3636
Now launch your AI Gateway node. The process is similar to the **docker** or **binary** setup in the [previous section](/ai/gateways/start-gateway), but requires additional flags to enable on-chain functionality. Example:
3737

38-
- `-AIServiceRegistry`: Ensures that the Gateway is connected to the Livepeer AI network.
38+
- `-aiServiceRegistry`: Ensures that the Gateway is connected to the Livepeer AI network.
3939
- `-network=arbitrum-one-mainnet`: Connects the AI Gateway to the Arbitrum Mainnet network.
4040
- `-ethUrl=https://arb1.arbitrum.io/rpc`: Sets the Arbitrum Mainnet RPC URL. Replace it with your own if necessary.
4141
- `-ethKeystorePath=/root/.lpData/arbitrum-one-mainnet/keystore`: Sets the path to the Ethereum keystore file for the AI Gateway.

0 commit comments

Comments
 (0)