This is an example of how to use LangChain and OpenAI to develop a AutoGPT app, aka AI Agent.
- python -m venv venv
- source venv/bin/activate
- pip install -r requirements.txt
- streamlit run zhangxing2.py
- open http://localhost:8501/ in your browser
This is an example of how to use LangChain and OpenAI to develop a AutoGPT app, aka AI Agent.