优化 kimi提示词

This commit is contained in:
小肥羊 2024-12-05 17:01:06 +08:00
parent 58a25c5c08
commit 99cc6d3e42
2 changed files with 63 additions and 27 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
namespace VideoAnalysisCore.Enum
{
/// <summary>
/// 得分类型
/// </summary>
public enum ScoreTypeEnum
{
=75,
=50,
=25,
=0,
}
}