Skip to content

Commit 0a16be9

Browse files
committed
add note to FAQ in README.md
1 parent b927a6b commit 0a16be9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ OpenAiClient client2 = OpenAiClient.withCustomDestination(destination);
180180

181181
For more information, please refer to the [AI Core connectivity guide](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core) and the [SAP Cloud SDK documentation](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations).
182182

183+
There is also a convenient method to add custom headers to single calls through the orchestration or OpenAI client.
184+
For more information, see the respective documentation of the [OrchestrationClient](https://sap.github.io/ai-sdk/docs/java/orchestration/chat-completion#custom-headers) and [OpenAIClient](https://sap.github.io/ai-sdk/docs/java/foundation-models/openai/chat-completion#custom-headers).
185+
183186
### _"There's a vulnerability warning `CVE-2021-41251`?"_
184187

185188
This is a known false-positive finding.

0 commit comments

Comments
 (0)