File tree
48 files changed
+1681
-81
lines changedFilter options
- src/openai
- helpers
- lib
- _parsing
- streaming/responses
- resources
- audio
- responses
- types/responses
- tests/api_resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+1681
-81
lines changed.release-please-manifest.json
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
.stats.yml
Copy file name to clipboard+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
3 | 16 |
|
4 | 17 |
|
5 | 18 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
717 | 717 |
|
718 | 718 |
|
719 | 719 |
|
| 720 | + |
| 721 | + |
| 722 | + |
| 723 | + |
720 | 724 |
|
721 | 725 |
|
722 | 726 |
|
| ||
730 | 734 |
|
731 | 735 |
|
732 | 736 |
|
| 737 | + |
| 738 | + |
| 739 | + |
| 740 | + |
| 741 | + |
| 742 | + |
| 743 | + |
| 744 | + |
733 | 745 |
|
734 | 746 |
|
735 | 747 |
|
736 | 748 |
|
737 | 749 |
|
738 | 750 |
|
739 | 751 |
|
| 752 | + |
| 753 | + |
| 754 | + |
| 755 | + |
740 | 756 |
|
| 757 | + |
| 758 | + |
741 | 759 |
|
742 | 760 |
|
743 | 761 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| ||
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
164 |
| - |
| 164 | + |
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
|
src/openai/_version.py
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
src/openai/helpers/local_audio_player.py
Copy file name to clipboardExpand all lines: src/openai/helpers/local_audio_player.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
src/openai/lib/_parsing/_responses.py
Copy file name to clipboardExpand all lines: src/openai/lib/_parsing/_responses.py+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
106 | 113 |
|
107 | 114 |
|
108 | 115 |
|
|
src/openai/lib/streaming/responses/_events.py
Copy file name to clipboardExpand all lines: src/openai/lib/streaming/responses/_events.py+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
22 | 25 |
|
| 26 | + |
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
26 | 33 |
|
27 | 34 |
|
28 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
29 | 45 |
|
30 | 46 |
|
31 | 47 |
|
32 | 48 |
|
33 | 49 |
|
34 | 50 |
|
| 51 | + |
35 | 52 |
|
36 | 53 |
|
37 | 54 |
|
| 55 | + |
38 | 56 |
|
39 | 57 |
|
40 | 58 |
|
| ||
109 | 127 |
|
110 | 128 |
|
111 | 129 |
|
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
112 | 148 |
|
113 | 149 |
|
114 | 150 |
|
src/openai/resources/audio/transcriptions.py
Copy file name to clipboardExpand all lines: src/openai/resources/audio/transcriptions.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
449 | 449 |
|
450 | 450 |
|
451 | 451 |
|
452 |
| - |
| 452 | + |
453 | 453 |
|
454 | 454 |
|
455 | 455 |
|
|
src/openai/resources/responses/responses.py
Copy file name to clipboardExpand all lines: src/openai/resources/responses/responses.py+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
| ||
132 | 133 |
|
133 | 134 |
|
134 | 135 |
|
| 136 | + |
| 137 | + |
| 138 | + |
135 | 139 |
|
136 | 140 |
|
137 | 141 |
|
| ||
267 | 271 |
|
268 | 272 |
|
269 | 273 |
|
| 274 | + |
270 | 275 |
|
271 | 276 |
|
272 | 277 |
|
| ||
328 | 333 |
|
329 | 334 |
|
330 | 335 |
|
| 336 | + |
| 337 | + |
| 338 | + |
331 | 339 |
|
332 | 340 |
|
333 | 341 |
|
| ||
456 | 464 |
|
457 | 465 |
|
458 | 466 |
|
| 467 | + |
459 | 468 |
|
460 | 469 |
|
461 | 470 |
|
| ||
517 | 526 |
|
518 | 527 |
|
519 | 528 |
|
| 529 | + |
| 530 | + |
| 531 | + |
520 | 532 |
|
521 | 533 |
|
522 | 534 |
|
| ||
644 | 656 |
|
645 | 657 |
|
646 | 658 |
|
| 659 | + |
647 | 660 |
|
648 | 661 |
|
649 | 662 |
|
| ||
674 | 687 |
|
675 | 688 |
|
676 | 689 |
|
| 690 | + |
677 | 691 |
|
678 | 692 |
|
679 | 693 |
|
| ||
965 | 979 |
|
966 | 980 |
|
967 | 981 |
|
| 982 | + |
968 | 983 |
|
969 | 984 |
|
970 | 985 |
|
| ||
1020 | 1035 |
|
1021 | 1036 |
|
1022 | 1037 |
|
| 1038 | + |
| 1039 | + |
| 1040 | + |
1023 | 1041 |
|
1024 | 1042 |
|
1025 | 1043 |
|
| ||
1155 | 1173 |
|
1156 | 1174 |
|
1157 | 1175 |
|
| 1176 | + |
1158 | 1177 |
|
1159 | 1178 |
|
1160 | 1179 |
|
| ||
1216 | 1235 |
|
1217 | 1236 |
|
1218 | 1237 |
|
| 1238 | + |
| 1239 | + |
| 1240 | + |
1219 | 1241 |
|
1220 | 1242 |
|
1221 | 1243 |
|
| ||
1344 | 1366 |
|
1345 | 1367 |
|
1346 | 1368 |
|
| 1369 | + |
1347 | 1370 |
|
1348 | 1371 |
|
1349 | 1372 |
|
| ||
1405 | 1428 |
|
1406 | 1429 |
|
1407 | 1430 |
|
| 1431 | + |
| 1432 | + |
| 1433 | + |
1408 | 1434 |
|
1409 | 1435 |
|
1410 | 1436 |
|
| ||
1532 | 1558 |
|
1533 | 1559 |
|
1534 | 1560 |
|
| 1561 | + |
1535 | 1562 |
|
1536 | 1563 |
|
1537 | 1564 |
|
| ||
1562 | 1589 |
|
1563 | 1590 |
|
1564 | 1591 |
|
| 1592 | + |
1565 | 1593 |
|
1566 | 1594 |
|
1567 | 1595 |
|
|
0 commit comments