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
- 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
- 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
- π OpenRouter models support, incl. GPT4-32k
- π Unlimited chats - removed the 20 chats limit by switching to IndexedDB (Ashesh3)
- π Camera OCR - real-world AI - take a picture of a text, and chat with it
- π Anthropic models support, e.g. Claude
- π Backup/Restore - save chats, and restore them later
- π Local model support with Oobabooga server - run your own LLMs!
- π Flatten conversations - conversations summarizer with 4 modes
- π Fork conversations - create a new chat, to expriment with different endings
- π New commands: /s to add a System message, and /a for an Assistant message
- π New Chat modes: Write-only - just appends the message, without assistant response
- π Fix STOP generation - in sync with the Vercel team to fix a long-standing NextJS issue
- π Fixes on the HTML block - particularly useful to see error pages
- π 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 π