using System.Collections.Generic; using xAiService.Models; namespace xAiService.Configurations { public partial class XAIServiceConfiguration { /// /// List of Text Generator Models ... /// /// public Dictionary TextGenerators { get; set; } /// /// List of Image Generator Models ... /// /// public Dictionary ImageGenerators { get; set; } } }