Change template default to 0.8f
This commit is contained in:
parent
3c23e58351
commit
292da2aee7
|
|
@ -2,7 +2,7 @@ namespace BotSharp.Abstraction.Realtime.Models;
|
|||
|
||||
public class RealtimeModelSettings
|
||||
{
|
||||
public float Temperature { get; set; } = 0.6f;
|
||||
public float Temperature { get; set; } = 0.8f;
|
||||
public int MaxResponseOutputTokens { get; set; } = 512;
|
||||
public ModelTurnDetection TurnDetection { get; set; } = new();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue