mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-01 21:24:01 -04:00
b27fae84a5
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[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