Getting started with AI on AO using the Llama-Herder library.
- Have the AOS CLI installed
npm i -g https://get_ao.g8way.io
- Acquire some wrapped Arweave ($wAR) tokens
- Buy using ETH/USDC at wardepot.arweave.netor convert from $AR, using aox.xyz. Just
0.001
$wAR is plenty to get started.
- Buy using ETH/USDC at wardepot.arweave.netor convert from $AR, using aox.xyz. Just
- Spin up a new AOS process:
aos my-ai-process
- Transfer some $wAR tokens to the process, e.g. using ArConnect
- Set up the
Llama-Herder
library as described here - Try running the example scripts to run the AI!
Note: AI requests might take a minute or two, depending on the length of the prompt and tokens requested.