File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77/**
88 * OpenAI models that are available in AI Core.
99 *
10+ * <p>
11+ * Please note that the template of models provided in this class might be outdated.
12+ * To check the latest availability of OpenAI models in AI Core, please refer to
13+ * <a href="https://me.sap.com/notes/3437766">SAP Availability of Generative AI Models </a>.
14+ *
1015 * @param name The name of the model.
1116 * @param version The version of the model (optional).
1217 */
Original file line number Diff line number Diff line change 99import lombok .Value ;
1010import lombok .With ;
1111
12- /** Large language models available in Orchestration. */
12+ /**
13+ * Large language models available in Orchestration.
14+ *
15+ * <p>
16+ * Please note that the template of models provided in this class might be outdated.
17+ * To check the latest availability of models in Orchestration, please refer to
18+ * <a href="https://me.sap.com/notes/3437766">SAP Availability of Generative AI Models </a>
19+ * and pay attention to the <i>Available in Orchestration</i> column.
20+ *
21+ */
1322@ Value
1423@ With
1524@ AllArgsConstructor
You can’t perform that action at this time.
0 commit comments