format update

This commit is contained in:
Raven 2024-08-09 04:43:40 -04:00
parent 3c1d3f55f3
commit 905685a30d

View File

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