File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,16 +146,16 @@ public class OrchestrationAiModel {
146146 @ Deprecated
147147 public static final OrchestrationAiModel GPT_4_32K = new OrchestrationAiModel ("gpt-4-32k" );
148148
149- /** Azure OpenAI GPT-4o chat completions model */
149+ /** Azure OpenAI GPT-4o model */
150150 public static final OrchestrationAiModel GPT_4O = new OrchestrationAiModel ("gpt-4o" );
151151
152- /** Azure OpenAI GPT-4o-mini chat completions model */
152+ /** Azure OpenAI GPT-4o-mini model */
153153 public static final OrchestrationAiModel GPT_4O_MINI = new OrchestrationAiModel ("gpt-4o-mini" );
154154
155- /** Azure OpenAI o1 chat completions model */
155+ /** Azure OpenAI o1 model */
156156 public static final OrchestrationAiModel OPENAI_O1 = new OrchestrationAiModel ("o1" );
157157
158- /** Azure OpenAI o3-mini chat completions model */
158+ /** Azure OpenAI o3-mini model */
159159 public static final OrchestrationAiModel OPENAI_O3_MINI = new OrchestrationAiModel ("o3-mini" );
160160
161161 /** Google Cloud Platform Gemini 1.0 Pro model */
You can’t perform that action at this time.
0 commit comments