Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 452 Bytes

File metadata and controls

11 lines (7 loc) · 452 Bytes

springboot-ollama-deepseek

This is Demo of SpringBoot and integration of Deepseek using Ollama

Need Ollama locally installed with deepseek-r1, in this case deepseek-r1:7b

Springboot with Spring AI, check pom.xml

Sample API call, can use postman or directly in browser

http://localhost:8080/deepSeek/testMe?message=hi

Screengrab