File tree
Expand file treeCollapse file tree
6 files changed
+11
-44
lines changedFilter options
- .github/workflows
- example/src/main/java/example
- service/src/test/java/com/theokanning/openai/service
Expand file treeCollapse file tree
6 files changed
+11
-44
lines changed.github/workflows/gradle-wrapper-validation.yml
Copy file name to clipboardExpand all lines: .github/workflows/gradle-wrapper-validation.yml-14Lines changed: 0 additions & 14 deletions
This file was deleted.
.github/workflows/publish.yml
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 | 26 |
|
33 |
| - |
| 27 | + |
34 | 28 |
|
35 | 29 |
|
36 | 30 |
|
|
.github/workflows/pull_request.yml
Copy file name to clipboardExpand all lines: .github/workflows/pull_request.yml+2-11Lines changed: 2 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
| 20 | + |
| 21 | + |
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
example/src/main/java/example/OpenAiApiDynamicFunctionExample.java
Copy file name to clipboardExpand all lines: example/src/main/java/example/OpenAiApiDynamicFunctionExample.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
|
service/src/test/java/com/theokanning/openai/service/ChatCompletionTest.java
Copy file name to clipboardExpand all lines: service/src/test/java/com/theokanning/openai/service/ChatCompletionTest.java+3-7Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
| 10 | + |
15 | 11 |
|
16 | 12 |
|
17 | 13 |
|
| ||
164 | 160 |
|
165 | 161 |
|
166 | 162 |
|
167 |
| - |
| 163 | + |
168 | 164 |
|
169 | 165 |
|
170 | 166 |
|
| ||
273 | 269 |
|
274 | 270 |
|
275 | 271 |
|
276 |
| - |
| 272 | + |
277 | 273 |
|
278 | 274 |
|
279 | 275 |
|
|
0 commit comments