Show HN: OMT – A simple Python CLI for testing local Ollama models A developer released OMT, a Python CLI tool for testing local Ollama models that organizes outputs in Markdown and JSON. The script records timing data and token counts, and can run interactively or via command-line flags. The tool aims to simplify model comparison for users selecting local AI models based on task and hardware. Selecting the "best" local model usually depends on the task and the hardware. I created this script as an easy way to test local Ollama models and keep the test output organized. When you run the script interactively, it asks which model you want to use, what your prompt is, how many times you want to run it, and optional the temperature you'd like to set. It can also be scripted with command-line flags. The output is saved in Markdown/JSON within an organized file structure for easy comparison. Outputs using the same prompt go into a folder together, each output named for the model tested. Timing data and token counts are also recorded. The tool is intentionally small and dependency-free standard library only . Suggestions welcome. Comments URL: https://news.ycombinator.com/item?id=48400275 https://news.ycombinator.com/item?id=48400275 Points: 2 Comments: 0