fix: 修复ai模型问题
This commit is contained in:
@@ -30,7 +30,7 @@ public class AzureRestChatService : IChatService
|
||||
content = x.Content.FirstOrDefault()?.Text
|
||||
}).ToList(),
|
||||
stream = true,
|
||||
max_tokens = 2048,
|
||||
// max_tokens = 2048,
|
||||
// temperature = 0.8,
|
||||
// top_p = 0.1,
|
||||
// presence_penalty = 0,
|
||||
|
||||
Reference in New Issue
Block a user