Update README.md

This commit is contained in:
snxraven 2024-08-09 03:25:56 -04:00
parent a26b2c030d
commit 3d3e656a9b

View File

@ -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