File tree
Expand file treeCollapse file tree
15 files changed
+12
-10
lines changedFilter options
- api
- src/main/java/openai
- completion
- engine
- search
- client
- src/main/java/openai
- example
Expand file treeCollapse file tree
15 files changed
+12
-10
lines changed+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
| 10 | + |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
openai-api/build.gradle renamed to api/build.gradle
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
openai-api/src/main/java/openai/engine/Engine.java renamed to api/src/main/java/openai/engine/Engine.java
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
openai-client/build.gradle renamed to client/build.gradle
Copy file name to clipboardExpand all lines: client/build.gradle+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
File renamed without changes.
openai-client/src/main/java/openai/OpenAiApi.java renamed to client/src/main/java/openai/OpenAiApi.java
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
settings.gradle
Copy file name to clipboard+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 |
| - |
5 |
| - |
6 |
| - |
0 commit comments