
dependencies { implementation 'org.springframework.boot:spring-boot-starter-webmvc' // implementation 'org.springframework.ai:spring-ai-starter-model-ollama' implementation 'org.springframework.ai:spring-ai-starter-model-openai' implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1") testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }


