Files
chat-ui/apps/web
github-actions[bot] 10044f38b5 Release (#191)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-13 11:46:41 +08:00
..
2025-08-13 11:23:02 +08:00
2025-05-27 16:32:49 +07:00
2024-11-19 12:40:51 +07:00
2025-02-27 11:59:57 +07:00
2025-08-13 11:46:41 +08:00
2025-05-26 19:14:26 +07:00
2025-08-13 11:46:41 +08:00
2024-10-25 15:31:34 +07:00
2025-02-27 11:59:57 +07:00

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