Based Langchain build a AutoGPT app.
I tried 3 demo here,
- SimpleSequentialChain(comment out)
- SequentialChain(comment out)
- WikipediaAPIWrapper(This one working now)
Start in console with
streamlit run app.py pip install streamlit langchain openai wikipedia chromadb tiktoken langchain-community
Langchain Docs:
https://python.langchain.com/docs/introduction/
https://platform.openai.com/api-keys
Create one key and add it to apikey.py