Will add better README soon
Make sure you have Ollama installed, after that run those commands on the terminal
ollama pull llama2
ollama pull mistral
ollama pull nomic-embed-text
Create virtual env
python -m venv venv
Clone the repo
git clone https://github.com/g-hano/LLMBattle.git
venv\scripts\activate
cd LLMBattle
pip install -r requirements.txt
Run the Gradio app
python app.py