Upstream readme below:
Welcome to big-AGI
👋 your personal AGI application
powered by OpenAI GPT-4 and beyond. Designed for smart humans and super-heroes,
this responsive web app comes with Personas, Drawing, Code Execution, PDF imports, Voice support,
data Rendering, AGI functions, chats and much more. Comes with plenty of #big-AGI-energy
🚀
Or fork & run on Vercel
- Engaging AI Personas
- Clean UX, w/ tokens counters
- Private: user-owned API keys and localStorage, self-hostable if you like
- Human I/O: Advanced voice support (TTS, STT)
- Machine I/O: PDF import & Summarization, code execution
- Many more updates & integrations: ElevenLabs, Helicone, Paste.gg, Prodia
- Coming up: automatic-AGI reasoning (Reason+Act) and more
- Enjoy the hosted open-source app on big-AGI.com
- Chat with us
- Deploy your fork for your friends and family
- send PRs! ... 🎭Editing Personas, 🧩Reasoning Systems, 🌐Community Templates, and your big-IDEAs
- 🎉 New OpenAI Models support - 0613 models, including 16k and 32k
- 🎉 Cleaner UI - with rationalized Settings, Modals, and Configurators
- 🎉 Dynamic Models Configurator - easy connection with different model vendors
- 🎉 Multiple Model Vendors Support framework to support many LLM vendors
- 🎉 Per-model Options (temperature, tokens, etc.) for fine-tuning AI behavior to your needs
- 🎉 Support for GPT-4-32k
- 🎉 Improved Dialogs and Messages
- 🎉 Much Enhanced DX: TRPC integration, modularization, pluggable UI, etc
- 🎉 Google Search active in ReAct - add your keys to Settings > Google Search
- 🎉 Reason+Act preview feature - activate with 2-taps on the 'Chat' button
- 🎉 Image Generation using Prodia (BYO Keys) - /imagine - or menu option
- 🎉 Voice Synthesis 📣 with ElevenLabs, including selection of custom voices
- 🎉 Precise Token Counter 📈 extra-useful to pack the context window
- 🎉 Install Mobile APP 📲 looks like native (@harlanlewis)
- 🎉 UI language with auto-detect, and future app language! (@tbodyston)
- 🎉 PDF Summarization 🧩🤯 - ask questions to a PDF! (@fredliubojin)
- 🎉 Code Execution: Codepen/Replit 💻 (@harlanlewis)
- 🎉 SVG Drawing - draw with AI 🎨
- 🎉 Chats: multiple chats, AI titles, Import/Export, Selection mode
- 🎉 Rendering: Markdown, SVG, improved Code blocks
- 🎉 Integrations: OpenAI organization ID
- 🎉 Cloudflare deployment instructions, awesome-agi
- 🎉 Typing Avatars ⌨️
- 🎉 AI Personas - including Code, Science, Corporate, and Chat 🎭
- 🎉 Privacy: user-owned API keys 🔑 and localStorage 🛡️
- 🎉 Context - Attach or Drag & Drop files to add them to the prompt 📁
- 🎉 Syntax highlighting - for multiple languages 🌈
- 🎉 Code Execution: Sandpack -
now on branch
variant-code-execution
- 🎉 Chat with GPT-4 and 3.5 Turbo 🧠💨
- 🎉 Real-time streaming of AI responses ⚡
- 🎉 Voice Input 🎙️ - works great on Chrome / Windows
- 🎉 Integration: Paste.gg integration for chat sharing 📥
- 🎉 Integration: Helicone integration for API observability 📊
- 🌙 Dark model - Wide mode ⛶
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.
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
- ElevenLabs Voice Synthesis (bring your own voice too) - Settings > Text To Speech
- Helicone LLM Observability Platform - Settings > 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
Specific docker information on docs/deploy-docker.md. In short:
Add your OpenAI API key to the .env
file, then in a terminal run:
docker-compose up
If you wish to build the image yourself, run
docker build -t big-agi .
docker run --detach 'big-agi'
This project is licensed under the MIT License.
Made with 💙