Skip to content

Releases: designcomputer/ollama-model-lab

Initial Release - Ollama Model Lab v0.1.0

24 Jan 21:27
09f4e68

Choose a tag to compare

First release of Ollama Model Lab, a web-based interface for testing and comparing Ollama models.

Features:

  • Compare multiple Ollama models side by side
  • Customize model parameters
  • Save and manage prompts
  • Generate detailed comparison reports
  • Simple local deployment

Installation:

  1. Download the ZIP file
  2. Extract to your desired location
  3. Run start.bat or use any local web server
  4. Open in your browser (default: http://localhost)

Requirements:

  • Ollama installed and running
  • At least one Ollama model pulled
  • Python 3.x (if using included server script)