Commit ec701cd
File tree
Expand file treeCollapse file tree
2 files changed
+11
-0
lines changedFilter options
- api/src/main/java/com/theokanning/openai
- completion
- image
Expand file treeCollapse file tree
2 files changed
+11
-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+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
| ||
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
| ||
58 | 61 |
|
59 | 62 |
|
60 | 63 |
|
| 64 | + |
61 | 65 |
|
62 | 66 |
|
63 | 67 |
|
| ||
98 | 102 |
|
99 | 103 |
|
100 | 104 |
|
| 105 | + |
101 | 106 |
|
102 | 107 |
|
103 | 108 |
|
104 | 109 |
|
105 | 110 |
|
106 | 111 |
|
| 112 | + |
107 | 113 |
|
108 | 114 |
|
109 | 115 |
|
| ||
114 | 120 |
|
115 | 121 |
|
116 | 122 |
|
| 123 | + |
117 | 124 |
|
118 | 125 |
|
119 | 126 |
|
| ||
123 | 130 |
|
124 | 131 |
|
125 | 132 |
|
| 133 | + |
126 | 134 |
|
127 | 135 |
|
128 | 136 |
|
|
api/src/main/java/com/theokanning/openai/image/CreateImageRequest.java
Copy file name to clipboardExpand all lines: api/src/main/java/com/theokanning/openai/image/CreateImageRequest.java+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
| ||
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| 38 | + |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
|
0 commit comments