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 619fa97 commit 1474a38Copy full SHA for 1474a38
docs/release_notes.md
@@ -21,4 +21,4 @@
21
22
### 🐛 Fixed Issues
23
24
--
+- [Orchestration] Fixed `OrchestrationAiModel.CLAUDE_3_7_SONNET`.
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java
@@ -88,7 +88,7 @@ public class OrchestrationAiModel {
88
89
/** Anthropic Claude 3.7 Sonnet model */
90
public static final OrchestrationAiModel CLAUDE_3_7_SONNET =
91
- new OrchestrationAiModel("anthropic--claude-3.7-sonnet ");
+ new OrchestrationAiModel("anthropic--claude-3.7-sonnet");
92
93
/** Amazon Titan Text Lite model */
94
public static final OrchestrationAiModel TITAN_TEXT_LITE =
0 commit comments