2 Commits

Author SHA1 Message Date
darman c197f94631 Fixed some warnings 2026-04-04 05:01:51 +02:00
darman 45d3ee1ed6 Add provider abstraction layer with Mistral and Ollama implementations
Define IProvider interface and implement concrete providers for Mistral
(with custom DTOs for chat completion API) and Ollama (via OllamaSharp).
Includes DI registration extensions using Microsoft.Extensions.AI.
2026-04-04 04:10:39 +02:00