Chatbot using GPT-4 All
This project is a simple yet powerful chatbot application developed using streamlit and the gpt4all package. The chatbot leverages the GPT-4 model trained on the "orca-mini-3b.ggmlv3.q4_0" dataset to generate meaningful and intelligent responses to user input.
To run this project, you need the following dependencies:
- streamlit
- gpt4all
You can install them via pip:
pip install streamlit gpt4all
To run this project, you just need to execute the main.py script, which will start a Streamlit server hosting the chatbot interface. You can do this by running the following command in your terminal:
streamlit run main.py
- main.py: This is the main script of our project. It first sets up a Streamlit application and then initializes our GPT-4 model with the specified dataset. It also takes care of handling user input and producing responses from the chatbot.
When you run the script, it will open up a web interface where you can interact with the chatbot. Simply type your question or statement into the provided text box and press enter. The chatbot will then generate a response and display it on the screen.
Feel free to contribute to this project. All contributions are welcomed.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Note: Please make sure you have the necessary permissions and rights to use the GPT-4 models for your specific purposes. The developer assumes no responsibility for any issues arising from the misuse of these models.