SriPrarabdha / WebAGI

Home Page:https://web-agi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖🖥️ WebAGI

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.

🧰 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.
    • You need to create an index in advance with Pinecone.
    • Set your SerpAPI Key, if you want to use the search tool with BabyBeeAGI.
cp .env.example .env
  1. Run the project
npm run dev

About

https://web-agi.vercel.app

License:MIT License


Languages

Language:TypeScript 80.1%Language:JavaScript 19.5%Language:CSS 0.3%Language:Dockerfile 0.1%