From 905685a30d2af5c04fc7bfcc984ffe061b4f3f48 Mon Sep 17 00:00:00 2001 From: Raven Date: Fri, 9 Aug 2024 04:43:40 -0400 Subject: [PATCH] format update --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 39d01ef..3a6fb75 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,9 @@ If you encounter issues while using the AI Log Monitoring System, this section p ### Restarting Services -If the AI service becomes unresponsive or you need to apply changes, use the `/api/v1/restart-core` endpoint to restart the core AI Docker container. This refreshes the model and clears any stale states. +If the AI service becomes unresponsive or you need to apply changes, use the `/api/v1/restart-core` endpoint to restart the core AI Docker container. + +This refreshes the model and clears any stale states. ### Log Analysis @@ -507,10 +509,4 @@ tail.on('line', async (line) => { log.warn(`Potential SQL injection detected: ${line}`); } }); -``` - -## Contributing - -Contributions are welcome! To contribute, fork the repository, create a new branch for your changes, and submit a pull request. - -Please ensure that your code adheres to the existing style and that you include tests for any new features. +``` \ No newline at end of file