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 81e7996 commit cd1a597Copy full SHA for cd1a597
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-10-21";
38
static final ObjectMapper JACKSON;
39
private String systemPrompt = null;
40
0 commit comments