# Chatbot UI [Chatbot UI](https://github.com/mckaywrigley/chatbot-ui) is an open source chat UI for AI models. ```shell git clone https://github.com/mckaywrigley/chatbot-ui npm i npm run dev ``` * Rename `.env.local.example` to `.env.local` ```shell # Change host to BotSharp service OPENAI_API_HOST=http://localhost:5500 ``` Access `http://localhost:3000`