Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Example AutoGPT

This is an example of how to use LangChain and OpenAI to develop a AutoGPT app, aka AI Agent.

Get started

  1. python -m venv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt
  4. streamlit run AutoGPT.py
  5. open http://localhost:8501/ in your browser