diff --git a/PR_COMPRESSION.md b/PR_COMPRESSION.md index 82fde0c4..4783b43b 100644 --- a/PR_COMPRESSION.md +++ b/PR_COMPRESSION.md @@ -39,4 +39,4 @@ We use [tiktoken](https://github.com/openai/tiktoken) to tokenize the patches af 4. If we haven't reached the max token length, add the `deleted files` to the prompt until the prompt reaches the max token length (hard stop), skip the rest of the patches. ### Example -![](./pics/git_patch_logic.png) \ No newline at end of file +![](https://codium.ai/images/git_patch_logic.png) \ No newline at end of file diff --git a/README.md b/README.md index 091830dd..25ddc715 100644 --- a/README.md +++ b/README.md @@ -27,25 +27,25 @@ CodiumAI `PR-Agent` is an open-source tool aiming to help developers review PRs

Describe:

- +

Review:

- +

Ask:

- +

Improve:

- +

@@ -64,7 +64,7 @@ CodiumAI `PR-Agent` is an open-source tool aiming to help developers review PRs 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/demo.gif) +![Review generation process](https://codium.ai/images/demo.gif) To set up your own PR-Agent, see the [Quickstart](#Quickstart) section @@ -129,7 +129,7 @@ Here are several ways to install and run PR-Agent: ## How it works -![PR-Agent Tools](./pics/pr_agent_overview.png) +![PR-Agent Tools](https://codium.ai/images/pr_agent_overview.png) Check out the [PR Compression strategy](./PR_COMPRESSION.md) page for more details on how we convert a code diff to a manageable LLM prompt diff --git a/pics/ask.gif b/pics/ask.gif deleted file mode 100644 index b4a3557b..00000000 Binary files a/pics/ask.gif and /dev/null differ diff --git a/pics/demo.gif b/pics/demo.gif deleted file mode 100644 index 4fe5f968..00000000 Binary files a/pics/demo.gif and /dev/null differ diff --git a/pics/describe.gif b/pics/describe.gif deleted file mode 100644 index a279db9f..00000000 Binary files a/pics/describe.gif and /dev/null differ diff --git a/pics/git_patch_logic.png b/pics/git_patch_logic.png deleted file mode 100644 index bc378db1..00000000 Binary files a/pics/git_patch_logic.png and /dev/null differ diff --git a/pics/improve.gif b/pics/improve.gif deleted file mode 100644 index f284af89..00000000 Binary files a/pics/improve.gif and /dev/null differ diff --git a/pics/main_pic_4_tools.gif b/pics/main_pic_4_tools.gif deleted file mode 100644 index 8cdbef05..00000000 Binary files a/pics/main_pic_4_tools.gif and /dev/null differ diff --git a/pics/pr-agent-review-process1.gif b/pics/pr-agent-review-process1.gif deleted file mode 100644 index dca5e631..00000000 Binary files a/pics/pr-agent-review-process1.gif and /dev/null differ diff --git a/pics/pr_agent_overview.png b/pics/pr_agent_overview.png deleted file mode 100644 index 2ee523bd..00000000 Binary files a/pics/pr_agent_overview.png and /dev/null differ diff --git a/pics/pr_auto_description.png b/pics/pr_auto_description.png deleted file mode 100644 index 1f3d1859..00000000 Binary files a/pics/pr_auto_description.png and /dev/null differ diff --git a/pics/pr_code_suggestions.png b/pics/pr_code_suggestions.png deleted file mode 100644 index b7c86e2e..00000000 Binary files a/pics/pr_code_suggestions.png and /dev/null differ diff --git a/pics/pr_questions.png b/pics/pr_questions.png deleted file mode 100644 index 7ba11491..00000000 Binary files a/pics/pr_questions.png and /dev/null differ diff --git a/pics/pr_reviewer_1.png b/pics/pr_reviewer_1.png deleted file mode 100644 index 1ae2bad6..00000000 Binary files a/pics/pr_reviewer_1.png and /dev/null differ diff --git a/pics/pr_reviewer_2.png b/pics/pr_reviewer_2.png deleted file mode 100644 index 6e2fe1c3..00000000 Binary files a/pics/pr_reviewer_2.png and /dev/null differ diff --git a/pics/review.gif b/pics/review.gif deleted file mode 100644 index d88b51aa..00000000 Binary files a/pics/review.gif and /dev/null differ