From 6e36e1583bec512eac2196773d4e8bf4592a34fc Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 19 Jan 2024 00:19:44 +0100 Subject: [PATCH] Update README.md with OpenAI link (#61) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ab0556..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 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