Add temperature config

This commit is contained in:
2025-07-17 12:45:08 +08:00
parent 7e1a1ad0aa
commit 7d911f2fb6
2 changed files with 19 additions and 15 deletions
+3
View File
@@ -14,6 +14,9 @@ object PluginConfig : AutoSavePluginConfig("Config") {
@ValueDescription("Chat模型")
var chatModel: String by value("qwen-max")
@ValueDescription("Chat模型温度,默认为null")
var chatTemperature: Double? by value(null)
@ValueDescription("推理模型API")
var reasoningModelApi: String by value("https://dashscope.aliyuncs.com/compatible-mode/v1/")