temperature default to 1

This commit is contained in:
2024-12-08 16:41:42 +08:00
parent 64f1e3d70e
commit 5039bdfca8
3 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ class Chat {
tokens_margin = 1024,
apiEndPoint = "https://api.openai.com/v1/chat/completions",
model = DefaultModel,
temperature = 0.7,
temperature = 1,
enable_temperature = true,
top_p = 1,
enable_top_p = false,