This repository contains a simple web application built with Streamlit, integrating a chat interface powered by a GPT-like language model. Users can engage in conversations with the virtual assistant, receiving responses generated by the language model based on their inputs.
Note: You need OpenAI API key to run this code
To launch the application, you will need to run streamlit in the terminal:
streamlit run main.py
