Skip to content

raphaelmansuy/big-agi

Β 
Β 

Repository files navigation

BIG-AGI πŸ€–πŸ’¬

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 πŸš€

Official Website

Or fork & run on Vercel

Deploy with Vercel

Useful πŸ‘Š

Ask away, paste a ton, copy the gems

  • 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

Support πŸ™Œ

Official Discord


Latest Drops πŸ’§πŸŽ

🚨 June: scale UP πŸš€

  • πŸŽ‰ 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

April / May: more #big-agi-energy

  • πŸŽ‰ 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 ⌨️

March: first release

  • πŸŽ‰ 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 β›Ά

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 - 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

Deploy with Docker 🐳

Specific docker information on docs/deploy-docker.md. In short:

Pre-built image

Add your OpenAI API key to the .env file, then in a terminal run:

docker-compose up

Locally built image

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.

GitHub stars GitHub forks GitHub pull requests License

Made with πŸ’™

About

πŸ’¬ Responsive chat application powered by OpenAI's GPT-4, with response streaming, code highlighting, various presets for developers. Using Next.js, React, Joy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • TypeScript 93.7%
  • CSS 5.9%
  • Other 0.4%