/Enterprise-Chat-UI

💬 Personal AI application powered by GPT-4 and beyond, with AI personas, AGI functions, text-to-image, voice, response streaming, code highlighting and execution, PDF import, much more

Primary LanguageTypeScriptMIT LicenseMIT

ENTERPRISE-CHAT-UI 🤖💬

Welcome to ENTERPRISE-CHAT-UI 👋 powered by OpenAI GPT-4 and beyond. This responsive web app comes with Personas, Drawing, Code Execution, PDF imports, Voice support, data Rendering, AGI functions, chats and much more.

Or fork & run on Vercel

Deploy with Vercel

✨ Key Features 👊

Ask away, paste a ton, copy the gems

  • AI Personas
  • Polished UI: installable web app, mobile-friendly, token counters, etc.
  • Fast UX: Microphone, Camera OCR, Drag files, Voice Synthesis
  • Models: OpenAI, Anthropic, Azure, OpenRouter, Local models, and more
  • Private: use your own API keys and self-host if you like
  • Advanced: PDF import & Summarization, code execution
  • Integrations: ElevenLabs, Helicone, Paste.gg, Prodia and more

🧠 Latest Drops

Next

  • Cloudflare API Gateway support
  • Helicone for Anthropic support
  • Text Tools - incl. highlight differences

Why this? 💡

Because the official Chat lacks important features, is more limited than the api, at times slow or unavailable, and you cannot deploy it yourself, remix it, add features, or share it with your friends. Our users report that big-AGI is faster, more reliable, and features rich with features that matter to them.

Much features, so fun

Develop 🧩

TypeScript React Next.js

Clone this repo, install the dependencies, and run the development server:

git clone https://github.com/enricoros/big-agi.git
cd big-agi
npm install
npm run dev

Now the app should be running on http://localhost:3000

Integrations:

  • ElevenLabs Voice Synthesis (bring your own voice too) - Settings > Text To Speech
  • Helicone LLM Observability Platform - Models > OpenAI > Advanced > API Host: 'oai.hconeai.com'
  • Paste.gg Paste Sharing - Chat Menu > Share via paste.gg
  • Prodia Image Generation - Settings > Image Generation > Api Key & Model

Deploy with Docker 🐳

For more detailed information on deploying with Docker, please refer to the docker deployment documentation.

🔧 Locally built image

Firstly, write all your API keys and env vars to an .env file, and make sure the env file is using both build and run. See docs/environment-variables.md for a list of all environment variables.

```bash
docker build -t big-agi .
docker run --detach 'big-agi'

Pre-built image

Warning: the UI will still be asking for keys, as the image was built without the API keys

docker-compose up

Deploy with Cloudflare Pages ☁️

Please refer to the Cloudflare deployment documentation.

Deploy with Vercel 🚀

Create your GitHub fork, create a Vercel project over that fork, and deploy it. Or press the button below for convenience.

Deploy with Vercel


This project is licensed under the MIT License.

GitHub stars GitHub forks GitHub pull requests License

Made with 💙