Skip to content

Commit eea5641

Browse files
committed
Formatting
1 parent 93b8d7d commit eea5641

File tree

1 file changed

+2
-1
lines changed
  • foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai

1 file changed

+2
-1
lines changed

foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ public OpenAiClient withSystemPrompt(@Nonnull final String systemPrompt) {
130130
}
131131

132132
/**
133-
* Create a new OpenAI client with a custom HTTP request header added to every call made with this client
133+
* Create a new OpenAI client with a custom HTTP request header added to every call made with this
134+
* client
134135
*
135136
* @param customHeader the custom header to add
136137
* @return a new client.

0 commit comments

Comments
 (0)