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
Polish OpenAiChatAutoConfiguration and OpenAiEmbeddingAutoConfiguration
1. Remove `embeddingsPath` setting from `OpenAiChatAutoConfiguration` since it is not used by chat model.
2. Remove `completionsPath` setting from `OpenAiEmbeddingAutoConfiguration` since it is not used by embedding model.
3. Reorder method parameters for consistency.
See GH-4789
Signed-off-by: Yanming Zhou <[email protected]>
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/main/java/org/springframework/ai/model/openai/autoconfigure/OpenAiChatAutoConfiguration.java
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-openai/src/main/java/org/springframework/ai/model/openai/autoconfigure/OpenAiEmbeddingAutoConfiguration.java
0 commit comments