Merge pull request #37 from lvnilesh/patch-1

match the exposed port 7869
This commit is contained in:
valiantlynx
2025-04-28 08:20:24 +02:00
committed by GitHub

View File

@@ -36,7 +36,7 @@
<span class="mt-2 text-sm">Open WebUI</span>
</div>
<div class="flex flex-col items-center">
<a href="http://localhost:11434" class="bg-green-500 text-white w-16 h-16 flex items-center justify-center rounded-full text-2xl font-bold hover:bg-green-700 transition duration-300">O</a>
<a href="http://localhost:7869" class="bg-green-500 text-white w-16 h-16 flex items-center justify-center rounded-full text-2xl font-bold hover:bg-green-700 transition duration-300">O</a>
<span class="mt-2 text-sm">Ollama</span>
</div>
<div class="flex flex-col items-center">