You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiChatCompletionDelta.java
Copy file name to clipboardExpand all lines: foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/model2/CreateChatCompletionResponse.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,9 @@ public class CreateChatCompletionResponse implements ChatCompletionsCreate200Res
59
59
publicenumObjectEnum {
60
60
/** The CHAT_COMPLETION option of this CreateChatCompletionResponse */
61
61
CHAT_COMPLETION("chat.completion"),
62
-
/**
63
-
* The UNKNOWN_DEFAULT_OPEN_API option of this CreateChatCompletionResponse
Copy file name to clipboardExpand all lines: foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/model2/EmbeddingsCreateRequestInput.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@
27
27
publicinterfaceEmbeddingsCreateRequestInput {
28
28
/** Helper class to create a String that implements {@link EmbeddingsCreateRequestInput}. */
0 commit comments