Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 896 Bytes

File metadata and controls

29 lines (20 loc) · 896 Bytes

POC: Book GPT Recommender with LangChain

  • A simple AutoGPT app built with LangChain, Streamlit, and OpenAI API.

  • When the user enters a topic, the recommender will give them back some book recommendations about that topic. Additionally, a Wikipedia search will also be conducted to generate a summary of the given topic based on some titles.

  • All the chat history is logged on the screen.