This is a web application that will allow you to interact with GPT, Bio-GPT, and Falcon(7B parameters) models.
conda create -n llm_chatbot python=3.11.3
pip install requirements.txt
### How to run?
```bash
streamlit run streamlit_app.py
Enter a query in the text box and press enter to receive a response.