https://github.com/emapeire/eloquent-js-chat
eloquent-js-chat
https://github.com/emapeire/eloquent-js-chat
css gpt-3-5-turbo javascript llama2 llamaindex nextjs openai-api shadcn-ui taildwindcss typescript
Last synced: about 2 months ago
JSON representation
eloquent-js-chat
- Host: GitHub
- URL: https://github.com/emapeire/eloquent-js-chat
- Owner: emapeire
- License: mit
- Created: 2023-11-22T15:45:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:38:06.000Z (about 2 years ago)
- Last Synced: 2026-03-18T22:57:04.097Z (2 months ago)
- Topics: css, gpt-3-5-turbo, javascript, llama2, llamaindex, nextjs, openai-api, shadcn-ui, taildwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 7.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eloquent JavaScript Chat App

This is a chat app built with `npx create-llama` and [Eloquent JavaScript](https://eloquentjavascript.net/).
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!