diff --git a/README.md b/README.md
index e4812ea..fc7def8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# Local LLM Arena — Local Multi-Model AI Comparison Platform
+[](https://www.python.org/)
+[](https://flask.palletsprojects.com/)
+[](https://ollama.ai)
+[](LICENSE)
+[](CHANGELOG.md)
+
A privacy-first, local-only web application for side-by-side evaluation of multiple AI models via Ollama, with **blind evaluation**, **per-model hyperparameters**, and exportable results.
**Version 3.0.0** — Advanced Model Configuration & Blind Testing
@@ -55,11 +61,11 @@ Every session is documented. Export your chat history and model performance metr
-### 4. Audit-Ready History & Export
-Every session is documented. Export your chat history and model performance metrics into structured JSON files for internal audits or compliance reporting.
+### 4. File Support
+Attach files directly to your prompts. Supports plain text, code, and image files for multimodal evaluation alongside your LLM comparisons.
-
+
---
@@ -453,7 +459,7 @@ If you use Ollama Arena in your research, please cite:
title = {Ollama Arena: Local-First Multi-Model AI Comparison Platform},
year = {2026},
month = {January},
- url = {https://github.com/yourusername/ollama-arena},
+ url = {https://github.com/sammy995/Local-LLM-Arena},
note = {Privacy-first side-by-side evaluation of local AI models via Ollama},
license = {MIT}
}
@@ -508,8 +514,8 @@ We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for:
## 📞 Support
-- **Issues**: [GitHub Issues](https://github.com/yourusername/ollama-arena/issues)
-- **Discussions**: [GitHub Discussions](https://github.com/yourusername/ollama-arena/discussions)
+- **Issues**: [GitHub Issues](https://github.com/sammy995/Local-LLM-Arena/issues)
+- **Discussions**: [GitHub Discussions](https://github.com/sammy995/Local-LLM-Arena/discussions)
- **Changelog**: See [CHANGELOG.md](CHANGELOG.md) for version history
- **Detailed Article**: [Designing a Local First LLM Evaluation system](https://medium.com/@shubhamlagad/designing-a-local-first-llm-evaluation-system-068f556a2fb8)