From c815464849c906b1dc942a7e71091517e4976ea9 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 1 Jan 2026 05:17:04 +0000 Subject: [PATCH] docs: test AI review trigger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c985488..7268867 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A webhook-based service that automatically generates AI code reviews for Gitea Pull Requests using [xai-review](https://github.com/Nikita-Filonov/ai-review). ## Features +* **Integrated with AI**: Uses advanced LLMs for code analysis. * **Zero-config per repository**: Works via a single Gitea System Webhook (or per-repo webhook). * **Custom LLM Support**: Configuring it to use OpenAI, Ollama, vLLM, or any OpenAI-compatible endpoint. * **Secure**: Runs in an isolated Docker container with strict context passed via environment variables.