Interact with the Llama 2-70B Chatbot using a simple and intuitive Gradio interface. This project provides a seamless way to communicate with the Llama 2-70B model, a state-of-the-art chatbot model with 70B parameters. Click here to chat with Llama 2-70B!
- User-friendly Gradio interface for chat.
- Direct integration with the Llama 2-70B model hosted on Hugging Face.
- Customizable parameters for chat predictions.
-
Clone the repository:
git clone https://github.com/Illia-the-coder/Chat-with-Llama-2-70b.git
-
Navigate to the project directory:
cd Chat-with-Llama-2-70b
-
Install the required packages:
pip install -r requirements.txt
Run the main script to launch the Gradio interface:
python app.py
For a live demo, visit this link.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.