jonfairbanks / agichain

BabyAGI + LangChain w/ Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agichain

agichain

BabyAGI + LangChain w/ Tools

Prerequisites

Setup

Set API key values in .env

Install dependencies:

pipenv shell
pipenv install

Usage

Warning: Using this script can be very expensive!

python index.py "What is the weather expected to be like this weekend in San Jose, CA?"

You can also save the output of your run to a text file.

python index.py "What is the weather expected to be like this weekend in San Jose, CA?" 2>&1 | tee output.txt

About

BabyAGI + LangChain w/ Tools


Languages

Language:Python 100.0%