feat: 支持错误处理
This commit is contained in:
@@ -9,10 +9,10 @@ namespace Yi.Framework.AiHub.Application.Contracts.Dtos.OpenAi;
|
||||
/// </summary>
|
||||
public class ThorChatCompletionsRequest
|
||||
{
|
||||
public ThorChatCompletionsRequest()
|
||||
{
|
||||
Messages = new List<ThorChatMessage>();
|
||||
}
|
||||
// public ThorChatCompletionsRequest()
|
||||
// {
|
||||
// Messages = new List<ThorChatMessage>();
|
||||
// }
|
||||
|
||||
[JsonPropertyName("store")] public bool? Store { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user