Simple example app built with @llamaindex/chat-ui
components.
- 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