Files
2024-10-25 15:31:34 +07:00

366 B

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