# No API key anywhere in this file. spring.ai.ollama.base-url points at a local Ollama # server (default: http://localhost:11434); tests override it with the real mapped # endpoint of a Testcontainers-managed container via @DynamicPropertySource. spring: ai: ollama: base-url: http://localhost:11434 chat: options: model: qwen2.5:0.5b embedding: options: model: all-minilm init: # never: fail fast if the model isn't already present, instead of silently pulling # gigabytes over the network at context-startup time. when_missing/always exist for # environments that want auto-pull; see the module README. pull-model-strategy: never