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 AutoGPT.py
- open http://localhost:8501/ in your browser
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is an example of how to use LangChain and OpenAI to develop a AutoGPT app, aka AI Agent.