From 3d3e656a9b4dd3fb87e8f00ea93aa19b89e03a0d Mon Sep 17 00:00:00 2001 From: snxraven Date: Fri, 9 Aug 2024 03:25:56 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a4d20a0..c119463 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ - # AI NGINX Log Analysis ## Overview -This project is an Express.js-based server designed to interact with a GPT-3.5 model to analyze NGINX logs for potential security threats. The server processes incoming requests, analyzes the content, and provides responses that include alerts or general insights. The server can also scrape web pages and manage conversation histories per IP address. +This project is an Express.js-based server designed to interact with models via llama-cpp-python[web] emulation server to analyze NGINX logs for potential security threats. The server processes incoming requests, analyzes the content, and provides responses that include alerts or general insights. The server can also scrape web pages and manage conversation histories per IP address. ## Features