From cfcc8b27ecebd4a10739449f934e992e69d071d2 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 19 Jan 2024 00:18:09 +0100 Subject: [PATCH 1/2] Update README.md with OpenAI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ab0556..5d4669f3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Ultralytics Actions automatically applies formats and updates: - **Docstrings:** Utilizing [docformatter](https://github.com/myint/docformatter) for clean and standardized documentation comments. - **Spell Check:** Employing [codespell](https://github.com/codespell-project/codespell) for catching common misspellings. - **Broken Links Check:** Implementing [Lychee](https://github.com/lycheeverse/lychee) to report broken links in docs and markdown files. -- **PR Summary:** Generating concise, AI-powered summaries for pull requests using OpenAI GPT4, enhancing code review efficiency and clarity. +- **PR Summary:** Generating concise, AI-powered summaries for pull requests using [OpenAI](https://openai.com/) GPT4, enhancing code review efficiency and clarity. ## 🛠 How It Works From bf944fbc2dedaff46aee8148a18067c3c51ab8a7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 19 Jan 2024 00:19:37 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d4669f3..4abdb506 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Ultralytics Actions automatically applies formats and updates: - **Docstrings:** Utilizing [docformatter](https://github.com/myint/docformatter) for clean and standardized documentation comments. - **Spell Check:** Employing [codespell](https://github.com/codespell-project/codespell) for catching common misspellings. - **Broken Links Check:** Implementing [Lychee](https://github.com/lycheeverse/lychee) to report broken links in docs and markdown files. -- **PR Summary:** Generating concise, AI-powered summaries for pull requests using [OpenAI](https://openai.com/) GPT4, enhancing code review efficiency and clarity. +- **PR Summary:** Generating concise [OpenAI](https://openai.com/) GPT4-powered PR summaries, enhancing PR clarity. ## 🛠 How It Works