2025-08-11 15:31:11 +08:00
|
|
|
|
using Yi.Framework.AiHub.Domain.Shared.Dtos.OpenAi;
|
2025-07-18 20:46:30 +08:00
|
|
|
|
|
|
|
|
|
|
namespace Yi.Framework.AiHub.Domain.AiGateWay;
|
|
|
|
|
|
|
|
|
|
|
|
public class SpecialCompatibleOptions
|
|
|
|
|
|
{
|
|
|
|
|
|
public List<Action<ThorChatCompletionsRequest>> Handles { get; set; } = new();
|
|
|
|
|
|
}
|