Skip to content

Commit 4d46120

Browse files
committed
add missing deprecation warning in javadoc
1 parent 1d81f41 commit 4d46120

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ public class OrchestrationAiModel {
102102
/** Azure OpenAI GPT-3.5 Turbo chat completions model */
103103
public static final OrchestrationAiModel GPT_35_TURBO = new OrchestrationAiModel("gpt-35-turbo");
104104

105-
/** Azure OpenAI GPT-3.5 Turbo chat completions model */
105+
/**
106+
* Azure OpenAI GPT-3.5 Turbo chat completions model
107+
*
108+
* @deprecated This model is not usable anymore. It is retired on AI Core since 2025-02-13.
109+
*/
106110
@Deprecated
107111
public static final OrchestrationAiModel GPT_35_TURBO_16K =
108112
new OrchestrationAiModel("gpt-35-turbo-16k");

0 commit comments

Comments
 (0)