Skip to content

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.

License

Notifications You must be signed in to change notification settings

sitais/babyagi-ui

 
 

Repository files navigation

👶🤖🖥️ BabyAGI UI

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT. This is a port of babyagi with Langchain.js and build a user interface.

🚗 Roadmap

  • Display the current task and task list
  • User feedback
  • Other LLM models support
  • i18n support
  • Execution history
  • Exporting Execution Results

and more ...

🧰 Stack

👉 Getting Started

  1. Clone the repository
git clone https://github.com/miurla/babyagi-ui
  1. Go to the project holder
cd babyagi-ui
  1. Install packages with npm
npm install
  1. Setup your .env file. And set the variables.
cp .env.example .env.
  1. Run the project
npm run dev

🚀 Deploy

Vercel

Host your own live version of BabyAGI UI with Vercel.

Deploy with Vercel

⚠️ Warning

This script is designed to be run continuously as part of a task management system. Running this script continuously can result in high API usage, so please use it responsibly. Additionally, the script requires the OpenAI API to be set up correctly, so make sure you have set up the API before running the script.

original

About

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.5%
  • Other 0.7%