Skip to content

Commit b94276d

Browse files
Added images
1 parent ad2b83b commit b94276d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ Please refer to [this documentation](docs/guides/ORCHESTRATION_CHAT_COMPLETION.m
131131

132132
For more detailed information and advanced usage, please refer to the following:
133133

134-
- [Connecting to AI Core](docs/guides/CONNECTING_TO_AICORE.md)
135-
- [Orchestration Chat Completion](docs/guides/ORCHESTRATION_CHAT_COMPLETION.md)
136-
- [OpenAI Chat Completion](docs/guides/OPENAI_CHAT_COMPLETION.md)
137-
- [Spring AI Integration](docs/guides/SPRING_AI_INTEGRATION.md)
138-
- [AI Core Deployment](docs/guides/AI_CORE_DEPLOYMENT.md)
134+
- [<img src="sample-code/spring-app/src/main/resources/static/BTP_Cockpit.png"/> Connecting to AI Core](docs/guides/CONNECTING_TO_AICORE.md)
135+
- [<img src="sample-code/spring-app/src/main/resources/static/Orchestration-Logo.png" width="16"/> Orchestration Chat Completion](docs/guides/ORCHESTRATION_CHAT_COMPLETION.md)
136+
- [<img src="https://platform.openai.com/favicon-docs.svg" width="16"/> OpenAI Chat Completion](docs/guides/OPENAI_CHAT_COMPLETION.md)
137+
- [<img src="https://spring.io/favicon-32x32.png" width="16"/> Spring AI Integration](docs/guides/SPRING_AI_INTEGRATION.md)
138+
- [🧰 AI Core Deployment](docs/guides/AI_CORE_DEPLOYMENT.md)
139139

140140
For updating versions, please refer to the [**Release Notes**](docs/release-notes/release-notes-0-to-14.md).
141141

@@ -153,7 +153,7 @@ For SAP internal development, you can also use `SNAPSHOT` builds from the [inter
153153

154154
## FAQs
155155

156-
### _"How to add a custom header to AI Core requests?"_
156+
### _"How to add a custom header to AI Core requests?"_[Overview - gen-ai-hub-sdk < AI Core Potsdam - SAP BTP Cockpit.crwebloc](../../Desktop/Overview%20-%20gen-ai-hub-sdk%20%3C%20AI%20Core%20Potsdam%20-%20SAP%20BTP%20Cockpit.crwebloc)
157157

158158
Create a [HeaderProvider](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#about-headerproviders).
159159

302 Bytes
Loading

sample-code/spring-app/src/main/resources/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ <h5 class="mb-1">OpenAI</h5>
430430
<div class="card endpoint-card">
431431
<div class="card-header">
432432
<div class="d-flex align-items-center">
433-
<img src="https://spring.io/favicon-32x32.png?v=96334d577af708644f6f0495dd1c7bc8" alt="Spring Logo" class="me-2 mb-2">
433+
<img src="https://spring.io/favicon-32x32.png" alt="Spring Logo" class="me-2 mb-2">
434434
<h2>Spring AI</h2>
435435
</div>
436436
Our clients are <a href="https://github.com/SAP/ai-sdk-java/blob/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md#spring-ai-integration" target="_blank">integrated</a> within the Spring AI framework

0 commit comments

Comments
 (0)