File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ dependencies {
32
32
implementation(' org.springframework.boot:spring-boot-starter-validation' )
33
33
implementation ' org.springframework.boot:spring-boot-starter-web'
34
34
implementation ' org.springframework.ai:spring-ai-openai-spring-boot-starter'
35
- implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.0.7 '
36
- implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.0.7 '
37
- implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3 '
35
+ implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.0 '
36
+ implementation ' io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.1.0 '
37
+ implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4 '
38
38
testImplementation ' org.springframework.boot:spring-boot-starter-test'
39
39
testImplementation ' org.assertj:assertj-core:3.27.3'
40
40
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change 4
4
5
5
### Chat
6
6
7
- CChat with a bot. Ask a question, get a response.
7
+ Chat with a bot. Ask a question, get a response.
8
8
9
9
``` python
10
10
POST / api/ chat
You can’t perform that action at this time.
0 commit comments