mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-01 21:24:01 -04:00
366 B
366 B
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