fix: 修复ai模型问题
This commit is contained in:
@@ -28,7 +28,7 @@ public class AzureChatService : IChatService
|
||||
|
||||
var response = chatClient.CompleteChatStreamingAsync(messages, new ChatCompletionOptions()
|
||||
{
|
||||
MaxOutputTokenCount = 2048
|
||||
// MaxOutputTokenCount = 2048
|
||||
}, cancellationToken: cancellationToken);
|
||||
|
||||
await foreach (StreamingChatCompletionUpdate update in response)
|
||||
|
||||
Reference in New Issue
Block a user