Added support for Imagaes, Ollama model thinking, and streaming of the responce

This commit is contained in:
2026-07-25 21:25:41 +02:00
parent 663ab68172
commit 939fdb2211
5 changed files with 150 additions and 23 deletions
+2
View File
@@ -14,6 +14,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:4.1.0-M4'
implementation 'org.springframework.boot:spring-boot-starter-webflux:4.1.0-M4'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.0-M1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.1.0-M4'
//implementation 'org.springframework.boot:spring-boot-starter-actuator'
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.1.0-M4'