feat: Thor搭建

This commit is contained in:
ccnetcore
2025-07-17 23:10:26 +08:00
parent 10f7499066
commit e593f2cba4
54 changed files with 2526 additions and 867 deletions

View File

@@ -1,4 +1,5 @@
using SqlSugar;
using Yi.Framework.AiHub.Application.Contracts.Dtos.OpenAi;
using Yi.Framework.AiHub.Domain.Shared.Dtos;
namespace Yi.Framework.AiHub.Application.Contracts.Dtos;
@@ -10,5 +11,5 @@ public class MessageInputDto
public string ModelId { get; set; }
public string? Remark { get; set; }
public TokenUsage? TokenUsage { get; set; }
public ThorUsageResponse? TokenUsage { get; set; }
}