mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
update
Signed-off-by: Shawn Yuan (from Dev Box) <shuaiyuan@microsoft.com>
This commit is contained in:
@@ -214,7 +214,7 @@ public sealed class AdvancedAIKernelService : KernelServiceBase
|
|||||||
var serviceType = GetRuntimeConfiguration().ServiceType;
|
var serviceType = GetRuntimeConfiguration().ServiceType;
|
||||||
return new OpenAIPromptExecutionSettings
|
return new OpenAIPromptExecutionSettings
|
||||||
{
|
{
|
||||||
FunctionChoiceBehavior = FunctionChoiceBehavior.Required(),
|
FunctionChoiceBehavior = FunctionChoiceBehavior.Auto(),
|
||||||
Temperature = 0.01,
|
Temperature = 0.01,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user