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 ebfc89e commit 973ee5dCopy full SHA for 973ee5d
foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiClient.java
@@ -34,7 +34,7 @@
34
@Slf4j
35
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
36
public final class OpenAiClient {
37
- private static final String DEFAULT_API_VERSION = "2024-02-01";
+ private static final String DEFAULT_API_VERSION = "2024-06-01";
38
static final ObjectMapper JACKSON;
39
private String systemPrompt = null;
40
0 commit comments