Skip to content

jonfairbanks/agichain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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