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