#🦀 Snappy - LLMs Speed Test
9 messages · Page 1 of 1 (latest)
**Current Features: **
- Test a local LLM with 4 different prompts
- Only run models from Ollama
- Download results metrics in CSV, PNG
Future Features:
Custom URL for OllamaChange the difficulty of the testText StreamingTests History- Add AI SDK Support (for not self hosted model)
- Add LM Studio Support
- Multi model test (you can compere multiple model)
Ollama allows cross-origin requests from 127.0.0.1 and 0.0.0.0 by default.
You need to set OLLAMA_ORIGINS=* so the website can access your local models.
Here's how you can set the env variables based on your system:
https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-configure-ollama-server
I just added the ability to change the host and the test difficulty in the settings.
Added a small indicator at the top of the page where you can see which model is running and how much GPU is being used.
Added Streaming Mode
Interesting
Thanks