Files
xAiModels/Configurations/XAiApiConfiguration.cs
T
2026-08-01 10:52:50 +03:30

12 lines
252 B
C#

using xAiModels.Models;
namespace xAiModels.Configurations
{
public class XAiApiConfiguration
{
/// <summary>
/// Model Providers ...
/// </summary>
public XAiModelDescriptor[] Models { get; set; } = [];
}
}