From ba0210362456cf65956a10f8fb5e95d2daf2f31a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 17 Jan 2024 18:52:48 +0100 Subject: [PATCH 1/3] Comment PR guidance (#39) --- PULL_REQUEST_TEMPLATE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7de3b39..ce9e2d0 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,12 @@ + From 587dab4cb9e6e729aa64691a0ecc38a269634aba Mon Sep 17 00:00:00 2001 From: Paula Derrenger <107626595+pderrenger@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:53:03 +0100 Subject: [PATCH 2/3] Ultralytics Actions with OpenAI GPT-4 PR Summary (#40) --- .github/workflows/format.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 91356ab..81e1018 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,9 +17,11 @@ jobs: - name: Run Ultralytics Formatting uses: ultralytics/actions@main with: - token: ${{ secrets.GITHUB_TOKEN }} # automatically generated - python: true - docstrings: true - markdown: true - spelling: true - links: true + token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify + python: true # format Python code and docstrings + markdown: true # format Markdown and YAML + spelling: true # check spelling + links: true # check broken links + summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint') + openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }} + openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }} From 2b8262b3851355497e6c2026e83f2316aae0dfc7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 31 Jan 2024 13:34:49 +0100 Subject: [PATCH 3/3] Update README.md (#41) --- profile/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 591b492..09e27a5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -5,11 +5,11 @@
-At [Ultralytics](https://ultralytics.com), we are dedicated to creating the best artificial intelligence models in the world. Our open source works here on GitHub offer cutting-edge solutions for a wide range of AI tasks, including [detection](https://docs.ultralytics.com/tasks/detect/), [segmentation](https://docs.ultralytics.com/tasks/segment/), [classification](https://docs.ultralytics.com/tasks/classify/), [tracking](https://docs.ultralytics.com/modes/track/) and [pose estimation](https://docs.ultralytics.com/tasks/pose/). +At [Ultralytics](https://ultralytics.com), we are dedicated to creating the best artificial intelligence models in the world. Our open source works here on GitHub offer cutting-edge solutions for a wide range of AI tasks, including [detection](https://docs.ultralytics.com/tasks/detect/), [segmentation](https://docs.ultralytics.com/tasks/segment/), [classification](https://docs.ultralytics.com/tasks/classify/), [tracking](https://docs.ultralytics.com/modes/track/) and [pose estimation](https://docs.ultralytics.com/tasks/pose/) 🚀. -We welcome [contributions](https://github.com/ultralytics/ultralytics#contribute) from the community and are always eager to hear from users with [feature requests](https://github.com/ultralytics/ultralytics/issues/new/choose) and [bug reports](https://github.com/ultralytics/ultralytics/issues/new/choose). If you're looking for state-of-the-art AI [models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models) that are fast, accurate, and easy to use, Ultralytics is the place to be. +We welcome [contributions](https://github.com/ultralytics/ultralytics#contribute) from the global community 🌍 and are always eager to hear from users with [feature requests](https://github.com/ultralytics/ultralytics/issues/new/choose) and [bug reports](https://github.com/ultralytics/ultralytics/issues/new/choose). If you're looking for state-of-the-art AI [models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/models) that are fast, accurate, and easy to use, Ultralytics is the place to be. -Join us on our mission to push the boundaries of AI and make it accessible to everyone! +Join us on our mission to push the boundaries of AI and make it accessible to everyone! 💡🌟
Ultralytics GitHub