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 93b8d7d commit eea5641Copy full SHA for eea5641
foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiClient.java
@@ -130,7 +130,8 @@ public OpenAiClient withSystemPrompt(@Nonnull final String systemPrompt) {
130
}
131
132
/**
133
- * Create a new OpenAI client with a custom HTTP request header added to every call made with this client
+ * Create a new OpenAI client with a custom HTTP request header added to every call made with this
134
+ * client
135
*
136
* @param customHeader the custom header to add
137
* @return a new client.
0 commit comments