File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
auto-configurations/models
spring-ai-autoconfigure-model-huggingface
spring-ai-autoconfigure-model-openai Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
65
65
<dependency >
66
66
<groupId >org.springframework.ai</groupId >
67
- <artifactId >spring-ai-openai-spring-boot-autoconfigure </artifactId >
67
+ <artifactId >spring-ai-autoconfigure-model-openai </artifactId >
68
68
<version >${project.parent.version} </version >
69
69
<scope >test</scope >
70
70
</dependency >
Original file line number Diff line number Diff line change 48
48
49
49
<dependency >
50
50
<groupId >org.springframework.ai</groupId >
51
- <artifactId >spring-ai-autoconfigure-observation -chat</artifactId >
51
+ <artifactId >spring-ai-autoconfigure-model -chat-observation </artifactId >
52
52
<version >${project.parent.version} </version >
53
53
</dependency >
54
54
55
55
<dependency >
56
56
<groupId >org.springframework.ai</groupId >
57
- <artifactId >spring-ai-autoconfigure-observation -embedding</artifactId >
57
+ <artifactId >spring-ai-autoconfigure-model -embedding-observation </artifactId >
58
58
<version >${project.parent.version} </version >
59
59
</dependency >
60
60
61
61
<dependency >
62
62
<groupId >org.springframework.ai</groupId >
63
- <artifactId >spring-ai-autoconfigure-observation -image</artifactId >
63
+ <artifactId >spring-ai-autoconfigure-model -image-observation </artifactId >
64
64
<version >${project.parent.version} </version >
65
65
</dependency >
66
66
You can’t perform that action at this time.
0 commit comments