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 ba41f7d commit d4481b1Copy full SHA for d4481b1
orchestration/src/test/java/com/sap/ai/sdk/orchestration/spring/OrchestrationChatModelTest.java
@@ -61,8 +61,7 @@ void setup(WireMockRuntimeInfo server) {
61
DefaultHttpDestination.builder(server.getHttpBaseUrl()).build();
62
client = new OrchestrationChatModel(new OrchestrationClient(destination));
63
defaultOptions =
64
- new OrchestrationChatOptions(
65
- new OrchestrationModuleConfig().withLlmConfig(GPT_4O));
+ new OrchestrationChatOptions(new OrchestrationModuleConfig().withLlmConfig(GPT_4O));
66
prompt = new Prompt("Hello World! Why is this phrase so famous?", defaultOptions);
67
ApacheHttpClient5Accessor.setHttpClientCache(ApacheHttpClient5Cache.DISABLED);
68
}
0 commit comments