Skip to content

g-hano/LLMBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

LLMBattle

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages