1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-25 19:55:21 +02:00
parent 5bebf61330
commit 5e303bc1f8

15
main.js
View File

@@ -137,6 +137,21 @@ async function ensureOllamaRunning() { //temporary hack
}); });
} }
// Probieren, ob Ollama erreichbar ist // Probieren, ob Ollama erreichbar ist
try { try {
await pingOllama(); await pingOllama();