Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 366 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 366 Bytes

Example app

Simple example app built with @llamaindex/chat-ui components.

Get started

  1. Set OpenAI API key

Make sure to either set the OPENAI_API_KEY environment variable or create a .env file with the key:

OPENAI_API_KEY=sk-...
  1. Install dependencies
pnpm install
  1. Run the development server
pnpm run dev