This is a chat app built with npx create-llama and Eloquent JavaScript.
In this app you will be able to interact with a intelligent llama that will answer your questions about JavaScript.
- You need to put your own OpenAI API key in the
.envfile to be able to use the app. - Soon you will be able to use the app in your browser with auth credentials to access to your own OpenAI account, but for now you need to run it locally.
- Clone the repo.
- Run
npm install. - Create a
.envfile in the root folder and then put your OpenAI API key. - Run
npm run dev. - Open your browser in
localhost:3000. - Enjoy learning JavaScript with the llama chat!
