From 8e200197c5b148bb8200539f53d58fde2e5da7b0 Mon Sep 17 00:00:00 2001 From: Almog Lavi <42740235+almog-lv@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:05:09 +0300 Subject: [PATCH] update demo description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7c7eddd..5c2e01b6 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ CodiumAI `PR-Agent` is an open-source tool aiming to help developers review PRs ## Live demo -Experience GPT-4 powered PR review on your public GitHub repository with our hosted PR-Agent. To try it, just mention `@CodiumAI-Agent` in any PR comment! The agent will generate a PR review in response. +Experience GPT-4 powered PR review on your public GitHub repository with our hosted PR-Agent. To try it, just mention `@CodiumAI-Agent` and add the desired command in any PR comment! The agent will generate a response based on your command. -![Review generation process](./pics/pr-agent-review-process1.gif) +![Review generation process](./pics/demo.gif) To set up your own PR-Agent, see the [Quickstart](#Quickstart) section