Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 294 Bytes

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 zhangxing2.py
  5. open http://localhost:8501/ in your browser