Skip to content

Commit 09cc4fd

Browse files
committed
Rebase
1 parent 39fe1c1 commit 09cc4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-openai/src/main/java/org/springframework/ai/openai/OpenAiEmbeddingOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @since 0.8.0
2828
*/
2929
@JsonInclude(Include.NON_NULL)
30-
public class OpenAiEmbeddingOptions extends EmbeddingOptions {
30+
public class OpenAiEmbeddingOptions implements EmbeddingOptions {
3131

3232
// @formatter:off
3333
/**

0 commit comments

Comments
 (0)