Skip to content

emapeire/eloquent-js-chat

Repository files navigation

Eloquent JavaScript Chat App

Eloquent JS Chat

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.

First steps

  • You need to put your own OpenAI API key in the .env file 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.

How to run it locally

  • Clone the repo.
  • Run npm install.
  • Create a .env file 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!