wanghaisheng / personal-cyper-pets

πŸ’¬ 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, presets for developers, much more. Deploy and gift #big-AGI-energy! Using Next.js, React, Joy.
https://big-agi.com
MIT License
1 stars 0 forks source link

BIG-AGI 🧠✨

Welcome to big-AGI πŸ‘‹, the GPT application for professionals that need function, form, simplicity, and speed. Powered by the latest models from 8 vendors and open-source model servers, big-AGI offers best-in-class Voice and Chat with AI Personas, visualizations, coding, drawing, calling, and quite more -- all in a polished UX.

Pros use big-AGI. πŸš€ Developers love big-AGI. πŸ€–

Official Website

Or fork & run on Vercel

Deploy with Vercel

πŸ‘‰ roadmap

big-AGI is an open book; our public roadmap shows the current developments and future ideas.

What's New in 1.8.0 Β· Dec 20, 2023 Β· To The Moon And Back Β· πŸš€πŸŒ•πŸ”™

What's New in 1.7.0 Β· Dec 11, 2023

What's New in 1.6.0 - Nov 28, 2023

What's New in 1.5.0 - Nov 19, 2023

Check out the big-AGI open roadmap, or the past releases changelog.

✨ Key Features πŸ‘Š

Ask away, paste a ton, copy the gems More, screenshots.

πŸ’– Support

Official Discord


🧩 Develop

TypeScript React Next.js

Clone this repo, install the dependencies (all locally), and run the development server (which auto-watches the files for changes):

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

The development app will be running on http://localhost:3000. Development builds have the advantage of not requiring a build step, but can be slower than production builds. Also, development builds won't have timeout on edge functions.

🌐 Deploy manually

The production build of the application is optimized for performance and is performed by the npm run build command, after installing the required dependencies.

# .. repeat the steps above up to `npm install`, then:
npm run build
npm run start --port 3000

The app will be running on the specified port, e.g. http://localhost:3000.

Want to deploy with username/password? See the Authentication guide.

🐳 Deploy with Docker

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

Build and run:

docker build -t big-agi .
docker run -d -p 3000:3000 big-agi

Or run the official container:

☁️ Deploy on Cloudflare Pages

Please refer to the Cloudflare deployment documentation.

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

Integrations:


This project is licensed under the MIT License.

GitHub stars GitHub forks GitHub pull requests License

Made with πŸ’™