File tree
Expand file treeCollapse file tree
3 files changed
+7
-0
lines changedFilter options
- api/src/main/java/com/theokanning/openai/completion
- client/src/test/java/com/theokanning/openai
- example/src/main/java/example
Expand file treeCollapse file tree
3 files changed
+7
-0
lines changedapi/src/main/java/com/theokanning/openai/completion/CompletionRequest.java
Copy file name to clipboardExpand all lines: api/src/main/java/com/theokanning/openai/completion/CompletionRequest.java+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
111 | 116 |
|
client/src/test/java/com/theokanning/openai/CompletionTest.java
Copy file name to clipboardExpand all lines: client/src/test/java/com/theokanning/openai/CompletionTest.java+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
example/src/main/java/example/OpenAiApiExample.java
Copy file name to clipboardExpand all lines: example/src/main/java/example/OpenAiApiExample.java+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
0 commit comments