mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-19 05:29:28 -04:00
3acf2cf25c
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Example app
Simple example app built with @llamaindex/chat-ui components.
Get started
- 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-...
- Install dependencies
pnpm install
- Run the development server
pnpm run dev