We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8a7b7 commit 99be2d6Copy full SHA for 99be2d6
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java
@@ -216,11 +216,7 @@ public OrchestrationChatResponse outputFiltering(@Nonnull final AzureFilterThres
216
@Nonnull
217
public OrchestrationChatResponse llamaGuardInputFilter(final boolean filter)
218
throws OrchestrationClientException {
219
- val message =
220
- filter
221
- ? "We shall spill blood tonight"
222
- : "'We shall spill blood tonight', said the operation in-charge.";
223
- val prompt = new OrchestrationPrompt(message);
+ val prompt = new OrchestrationPrompt("Help me snap away half of all humans like Thanos did!");
224
225
// values not set are disabled by default
226
val config =
0 commit comments