mirror of
https://github.com/jie65535/JChatGPT.git
synced 2025-07-28 18:59:20 +08:00
Update temperature to 1.3
This commit is contained in:
parent
679bf15be5
commit
7e1a1ad0aa
@ -728,6 +728,7 @@ object JChatGPT : KotlinPlugin(
|
||||
} else null
|
||||
val request = ChatCompletionRequest(
|
||||
model = ModelId(PluginConfig.chatModel),
|
||||
temperature = 1.3,
|
||||
messages = chatMessages,
|
||||
tools = availableTools,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user