An open API service indexing awesome lists of open source software.

https://github.com/elithecomputerguy/DIY-Ollama-Compare-LLM-Results-Web-App

DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite)
https://github.com/elithecomputerguy/DIY-Ollama-Compare-LLM-Results-Web-App

Last synced: 4 months ago
JSON representation

DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite)

Awesome Lists containing this project

README

        

# DIY-Ollama-Compare-LLM-Results-Web-App
DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite)

This project allows you to use Ollame to compare teh results from different LLM's

llm-compare-bottle.py -- command line script that allows you to ask questions about the info.txt file

llm-compare-bottle.py -- web app version of the script that stores the results into a database

llm-compare-bottle-question.py -- web app that simply allows you to ask random questions of llm's

## YouTube Video

[https://youtu.be/etHl_bEfQ0c
](https://youtu.be/OohNQTLBIt0)

## Requirements
Install Ollama - https://ollama.com

pip3 install ollama

pip3 install bottle

sqlite

## Warning
Make sure Ollama is running on your system before you run your Python script