Skip to content

Commit 927cd9a

Browse files
committed
fix unintended formatting changes
1 parent 4cd6100 commit 927cd9a

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,11 @@ If you don't have a deployment yet, please refer to [this guide](https://help.sa
7373
Add the following dependency to your `pom.xml` file:
7474

7575
```xml
76-
7776
<dependency>
78-
<groupId>com.sap.ai.sdk</groupId>
79-
<artifactId>orchestration</artifactId>
80-
<!-- Use the latest version here -->
81-
<version>${ai-sdk.version}</version>
77+
<groupId>com.sap.ai.sdk</groupId>
78+
<artifactId>orchestration</artifactId>
79+
<!-- Use the latest version here -->
80+
<version>${ai-sdk.version}</version>
8281
</dependency>
8382
```
8483

@@ -94,7 +93,7 @@ Next, we'll specify the model we want to use:
9493

9594
```java
9695
var config = new OrchestrationModuleConfig()
97-
.withLlmConfig(OrchestrationAiModel.GPT_4O);
96+
.withLlmConfig(OrchestrationAiModel.GPT_4O);
9897
```
9998

10099
Now we can create our first prompt:
@@ -172,10 +171,7 @@ var destination =
172171
.build();
173172

174173
// AI Core client
175-
service =service.
176-
177-
withBaseDestination(destination);
178-
174+
service = service.withBaseDestination(destination);
179175
DeploymentApi client = new DeploymentApi(service);
180176
```
181177

@@ -197,6 +193,7 @@ This is a known false-positive finding.
197193
Depending on the tooling any product called "SAP Cloud SDK" or similar with a low version number may be marked as vulnerable, incorrectly.
198194
Please consider suppressing the warning, [as we do](https://github.com/SAP/ai-sdk-java/blob/main/.pipeline/dependency-check-suppression.xml).
199195

196+
200197
### _"Are there any example projects?"_
201198

202199
Explore example applications and code snippets:
@@ -206,20 +203,20 @@ Explore example applications and code snippets:
206203
## Contribute, Support and Feedback
207204

208205
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/ai-sdk-java/issues).
209-
Contribution and feedback are encouraged and always welcome.
206+
Contribution and feedback are encouraged and always welcome.
210207
For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
211208

212209
## Security / Disclosure
213210

214-
If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/ai-sdk-java/security/policy) on how to report it.
211+
If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/ai-sdk-java/security/policy) on how to report it.
215212
Please do not create GitHub issues for security-related doubts or problems.
216213

217214
## Code of Conduct
218215

219-
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone.
216+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone.
220217
By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
221218

222219
## Licensing
223220

224-
Copyright 2024 SAP SE or an SAP affiliate company and ai-sdk-java contributors. Please see our [LICENSE](LICENSE) for copyright and license information.
221+
Copyright 2024 SAP SE or an SAP affiliate company and ai-sdk-java contributors. Please see our [LICENSE](LICENSE) for copyright and license information.
225222
Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/ai-sdk-java).

0 commit comments

Comments
 (0)