This commit is contained in:
root
2025-10-05 16:58:33 +05:00
parent 79e96a01f9
commit a523d66e51
@@ -162,6 +162,7 @@ public class OllamaAnalyticsService {
}
Object res = response.get("response");
System.out.println("Ollama response: " + res);
return res == null ? null : String.valueOf(res);
} catch (Exception e) {
logger.warn("Error calling Ollama generate (generic): {}", e.getMessage());