Merge pull request #60 from AIDotNet/feature_kms

fix 修改提示词上限
This commit is contained in:
zyxucp
2024-04-05 15:51:22 +08:00
committed by GitHub

View File

@@ -54,6 +54,7 @@ namespace AntSK.Domain.Repositories
/// <summary>
/// 提示词
/// </summary>
[SugarColumn(ColumnDataType = "varchar(2000)")]
public string? Prompt { get; set; }
/// <summary>