From db93e7c10e494138ae85293b47e68a42d9747377 Mon Sep 17 00:00:00 2001 From: Raven Date: Fri, 9 Aug 2024 04:48:18 -0400 Subject: [PATCH] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a6fb75..e33756b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Before setting up and running the AI Log Monitoring System, ensure you have the - **Docker**: Required for running the AI model, particularly if using a containerized GPT model for processing. - **NGINX**: The web server generating logs that the system will monitor. - **Discord**: A Discord webhook URL is necessary for sending security alerts. +- **llama-cpp-python[web]**: A docker container preferably although not required: [Read the Docs](https://llama-cpp-python.readthedocs.io/en/latest/server/) + Ensure you have administrative privileges on the machine to install and configure these dependencies.