Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 284 Bytes

Spring AI with ollama and Model llama3.2

Download ollama docker image and run it

docker-compose up -d

Run Llama 3.2 model

ollama run llama3.2:1b

Postman Collection

spring-ai-ollama-llama3.2