Skip to content

Commit

Permalink
Reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsayes committed Jul 24, 2024
1 parent c809c93 commit 3733f87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
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.

0 comments on commit 3733f87

Please sign in to comment.