last ...
This commit is contained in:
@@ -1,20 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using xAiService.Models;
|
||||
|
||||
namespace xAiService.Configurations
|
||||
{
|
||||
public partial class XAIServiceConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// List of Text Generator Models ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public Dictionary<string, XAILLMDescriptor> TextGenerators { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// List of Image Generator Models ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public Dictionary<string, XAILLMDescriptor> ImageGenerators { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string XPoweredValue { get; set; }
|
||||
public int DefaultClientTimeout { get; set; } = 360;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user