Get your first AI persona running in under 5 minutes
Create the HTML structure
index.html
and add this basic structure:Add the JavaScript
<script>
tag just before the closing </body>
tag:Add your API key
your-api-key-here
with your actual Anam API key in the script.Complete file example
index.html
file should look like this:Start a local server
Open and test
http://localhost:8000
in your browser