This commit is contained in:
2026-04-24 22:06:13 +03:30
parent e49c273171
commit bb5dc64a7d
11 changed files with 682 additions and 59 deletions
+11
View File
@@ -8,6 +8,17 @@ namespace xAiApi.AI.Configuration
/// <value></value>
public string Url { get; set; }
/// <summary>
/// a System Message to Introduce Model ...
/// </summary>
public string Introduction { get; set; }
/// <summary>
/// Model Name ...
/// </summary>
/// <value></value>
public string Model { get; set; }
/// <summary>
/// Text Generator Model Name ...
/// </summary>