namespace CvMatcher.Models.Settings; public sealed class RagApiSettings { public string BaseUrl { get; set; } = "http://localhost:8081"; public string InternalApiKey { get; set; } = string.Empty; }