This commit is contained in:
2026-04-10 23:50:46 +03:30
parent 9b271d1572
commit dc96e210e7
28 changed files with 6427 additions and 1287 deletions
-13
View File
@@ -1,13 +0,0 @@
using AutoMapper.Configuration.Conventions;
namespace xAiService.Models
{
public class XAILLMDescriptor
{
public string Url { get; set; }
public string Port { get; set; }
public string Name { get; set; }
public string Client { get; set; }
public string Descriptor { get; set; }
}
}