mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 08:26:37 +08:00
8 lines
215 B
C#
8 lines
215 B
C#
using Yi.Framework.AiHub.Application.Contracts.Dtos.OpenAi;
|
|
|
|
namespace Yi.Framework.AiHub.Domain.AiGateWay;
|
|
|
|
public interface ISpecialCompatible
|
|
{
|
|
public void Compatible(ThorChatCompletionsRequest request);
|
|
} |