Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.08 KB

File metadata and controls

26 lines (17 loc) · 1.08 KB

Chat-TXT-File

Welcome to Chat-TXT-File, a project that lets you engage in text-based conversations with the power of OpenAI's GPT. This repository is hosted on Replit, and you can access the project by visiting the following URL: Replit Project URL

About

This project allows you to have dynamic conversations with a text file using the OpenAI GPT model. The backend of this project is powered by LangChain, which facilitates the interaction with the GPT model, while ChainLit is employed to craft the user-friendly frontend.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/Chat-TXT-File.git
    cd Chat-TXT-File
    pip install -r requirements.txt
    chainlit run app.py

Now you're all set to have interactive text-based conversations with your TXT file using the power of GPT!

License This project is licensed under the MIT License.

Feel free to explore the project, contribute, and have engaging conversations with your text files!