Skip to content

Commit 4d16a0e

Browse files
committed
Format
1 parent 4de76e6 commit 4d16a0e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

foundation-models/openai/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,18 @@
163163
<useOneOfCreators>true</useOneOfCreators>
164164
<useFloatArrays>true</useFloatArrays>
165165

166-
<!-- new: remove unassigned components -->
167-
<fixRedundantComponents>true</fixRedundantComponents>
166+
<!-- new exclude paths -->
168167
<excludePaths>/deployments/{deployment-id}/completions
169168
/deployments/{deployment-id}/audio/transcriptions
170169
/deployments/{deployment-id}/audio/translations
171170
/deployments/{deployment-id}/images/generations</excludePaths>
171+
172+
<!-- new exclude properties -->
172173
<excludeProperties>chatCompletionResponseMessage.context
173174
createChatCompletionRequest.data_sources</excludeProperties>
175+
176+
<!-- new: remove unassigned components -->
177+
<fixRedundantComponents>true</fixRedundantComponents>
174178
</additionalProperties>
175179
</configuration>
176180
</execution>

0 commit comments

Comments
 (0)