mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-07 05:42:40 +08:00
调整 LLM_TEMPERATURE 配置参数默认值为 0.3
This commit is contained in:
@@ -516,7 +516,7 @@ class ConfigModel(BaseModel):
|
||||
# LLM最大上下文Token数量(K)
|
||||
LLM_MAX_CONTEXT_TOKENS: int = 64
|
||||
# LLM温度参数
|
||||
LLM_TEMPERATURE: float = 0.1
|
||||
LLM_TEMPERATURE: float = 0.3
|
||||
# LLM最大迭代次数
|
||||
LLM_MAX_ITERATIONS: int = 128
|
||||
# LLM工具调用超时时间(秒)
|
||||
|
||||
Reference in New Issue
Block a user