-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c809c93
commit 3733f87
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# AI on AO Demo | ||
|
||
To get started with AI on AO | ||
|
||
- Acquire some wrapped Arweave ($wAR) tokens | ||
- To wrap some $AR, go to [aox.xyz](https://aox.xyz). Just 0.01 $wAR is more than enough to get started. | ||
- 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 | ||
- [`ai-demo/1_setup.lua`](./ai-demo/1_setup.lua) | ||
- Try running the example scripts to run the AI! | ||
- [`ai-demo/2_simple_test.lua`](./ai-demo/2_simple_test.lua) | ||
- [`ai-demo/3_prompt_test.lua`](./ai-demo/3_prompt_test.lua) | ||
> Note: AI requests might take a minute or two, depending on the length of the prompt and tokens requested. |