Skip to content

mneedham/chatbot-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Chatbot Arena

This is an app that lets you do a blind comparison of Ollama models and vote for which ones answered the prompt better. It’s inspired by the LMSYS Chatbot Arena that lets you do the same thing for a whole variety of hosted models.

chatbot arena

Pre-requisites

Make sure that Ollama is running and that it can load multiple models at the same time. You can do this by running the following command:

OLLAMA_MAX_LOADED_MODELS=4 ollama serve

How do I run the app?

Clone the repository:

git clone git@github.com:mneedham/chatbot-arena.git
cd chatbot-arena

And then run it using Poetry:

poetry run streamlit run Ollama_Chatbot_Arena.py --server.headless True

Navigate to http://localhost:8501 and you should see the following:

home

About

A Streamlit-based Chatbot Arena for Ollama LLMs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages