Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 771 Bytes

ChatGPT Clone

Repo size Repo License Latest commit

A ChatGPT Clone built with OpenAI (GPT-3.5-turbo-instruct), Langchain, Streamlit , Streamlit-Chat, ConversationChain, ConversationSummaryMemory.

Summarize Conversation

The app is able to summarize the conversation between AI and Human when the 'Summarise the converstion' button is clicked.

App

To run this app locally, follow the steps below:

  • Clone the repository.
  • run pipenv shell
  • run pipenv install -r requirement.txt
  • run streamlit run app.py