Skip to content

Commit 8e6128f

Browse files
Merge remote-tracking branch 'origin/llama🦙guard' into llama🦙guard
2 parents 9f2ab89 + 3544082 commit 8e6128f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ public OrchestrationChatResponse outputFiltering(@Nonnull final AzureFilterThres
165165
@Nonnull
166166
public OrchestrationChatResponse llamaGuardInputFilter(final boolean filter)
167167
throws OrchestrationClientException {
168-
val prompt = new OrchestrationPrompt("'We shall spill blood tonight', said the operation in-charge.");
168+
val prompt =
169+
new OrchestrationPrompt("'We shall spill blood tonight', said the operation in-charge.");
169170

170171
// values not set are disabled by default
171172
val config =

0 commit comments

Comments
 (0)