ultralytics-actions 0.0.90__py3-none-any.whl → 0.0.92__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- actions/__init__.py +1 -1
- actions/utils/openai_utils.py +3 -1
- {ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/METADATA +2 -2
- {ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/RECORD +8 -8
- {ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/WHEEL +0 -0
- {ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/entry_points.txt +0 -0
- {ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/licenses/LICENSE +0 -0
- {ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/top_level.txt +0 -0
actions/__init__.py
CHANGED
actions/utils/openai_utils.py
CHANGED
@@ -14,6 +14,8 @@ SYSTEM_PROMPT_ADDITION = """
|
|
14
14
|
Guidance:
|
15
15
|
- Ultralytics Branding: Use YOLO11, YOLO12, etc., not YOLOv11, YOLOv12 (only older versions like YOLOv10 have a v). Always capitalize "HUB" in "Ultralytics HUB"; use "Ultralytics HUB", not "The Ultralytics HUB".
|
16
16
|
- Avoid Equations: Do not include equations or mathematical notations.
|
17
|
+
- Links: Use descriptive anchor text like "See the [Ultralytics Docs](https://docs.ultralytics.com) for details."
|
18
|
+
- Code: Feel free to provide minimal code examples if helpful. Think and verify the argument names, methods, class and files used in your code examples for accuracy.
|
17
19
|
- Tone: Adopt a professional, friendly, and concise tone.
|
18
20
|
"""
|
19
21
|
|
@@ -53,7 +55,7 @@ def get_completion(
|
|
53
55
|
|
54
56
|
# Add reasoning_effort for GPT-5 models
|
55
57
|
if "gpt-5" in OPENAI_MODEL:
|
56
|
-
data["reasoning_effort"] = reasoning_effort or "
|
58
|
+
data["reasoning_effort"] = reasoning_effort or "low" # Default to low for GPT-5
|
57
59
|
|
58
60
|
r = requests.post(url, json=data, headers=headers)
|
59
61
|
r.raise_for_status()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ultralytics-actions
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.92
|
4
4
|
Summary: Ultralytics Actions for GitHub automation and PR management.
|
5
5
|
Author-email: Glenn Jocher <glenn.jocher@ultralytics.com>
|
6
6
|
Maintainer-email: Ultralytics <hello@ultralytics.com>
|
@@ -28,7 +28,7 @@ Classifier: Operating System :: OS Independent
|
|
28
28
|
Requires-Python: >=3.8
|
29
29
|
Description-Content-Type: text/markdown
|
30
30
|
License-File: LICENSE
|
31
|
-
Requires-Dist: requests>=2.
|
31
|
+
Requires-Dist: requests>=2.28.1
|
32
32
|
Requires-Dist: ruff>=0.9.1
|
33
33
|
Requires-Dist: docformatter>=1.7.5
|
34
34
|
Provides-Extra: dev
|
@@ -1,4 +1,4 @@
|
|
1
|
-
actions/__init__.py,sha256=
|
1
|
+
actions/__init__.py,sha256=dKMrMRkTXwV17OMaj8wvNibj6qC7QvyiNG3fFmrc9zo,742
|
2
2
|
actions/dispatch_actions.py,sha256=vbA4w_B8vMXMen__ck2WoDsUFCELjXOQbpLzZCmqTXg,4240
|
3
3
|
actions/first_interaction.py,sha256=VD7w_x-qoRcd6Cgm80pS1C6Ax_HTSfSfBYWvHK2b5ec,16309
|
4
4
|
actions/summarize_pr.py,sha256=K7Kf22AspUY10GtLUK8DhKgXz2yEDIE3BjpLgPn6niQ,10463
|
@@ -8,11 +8,11 @@ actions/update_markdown_code_blocks.py,sha256=9PL7YIQfApRNAa0que2hYHv7umGZTZoHlb
|
|
8
8
|
actions/utils/__init__.py,sha256=7k4cmFX0Td99Uzgsd8Mm-E0xq5kQ5ZJoPM_oGCVD4CU,804
|
9
9
|
actions/utils/common_utils.py,sha256=6EE0aTLVxel-Uck_QcFb48D-kkxxohWEof2F2oxLIq4,11867
|
10
10
|
actions/utils/github_utils.py,sha256=wjivM9FPZwaItXpQiYbGbnGdK6v4ayLEFvQT2xhRLq4,8202
|
11
|
-
actions/utils/openai_utils.py,sha256=
|
11
|
+
actions/utils/openai_utils.py,sha256=6hsS441VsJqP4xoSZzxM8ZSTbg6_CKWIw0vIvoVcptg,3786
|
12
12
|
actions/utils/version_utils.py,sha256=lKY2lLtYdxejKvqD9hFJiARMrYMHnP_KC_zmcLUmD20,3188
|
13
|
-
ultralytics_actions-0.0.
|
14
|
-
ultralytics_actions-0.0.
|
15
|
-
ultralytics_actions-0.0.
|
16
|
-
ultralytics_actions-0.0.
|
17
|
-
ultralytics_actions-0.0.
|
18
|
-
ultralytics_actions-0.0.
|
13
|
+
ultralytics_actions-0.0.92.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
14
|
+
ultralytics_actions-0.0.92.dist-info/METADATA,sha256=6OYP_RshiVHE6T2bcGboDqLrQGXyZArAcsJcP2HI30U,11628
|
15
|
+
ultralytics_actions-0.0.92.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
16
|
+
ultralytics_actions-0.0.92.dist-info/entry_points.txt,sha256=rvqr6Juj7lCJL1DQLwMmOrA8R2Q8tyR_dvCe0mYuJ8s,441
|
17
|
+
ultralytics_actions-0.0.92.dist-info/top_level.txt,sha256=5apM5x80QlJcGbACn1v3fkmIuL1-XQCKcItJre7w7Tw,8
|
18
|
+
ultralytics_actions-0.0.92.dist-info/RECORD,,
|
File without changes
|
{ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/entry_points.txt
RENAMED
File without changes
|
{ultralytics_actions-0.0.90.dist-info → ultralytics_actions-0.0.92.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|