mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 11:29:00 +08:00
FIX: fix the temperature value of ollama model (#4027)
This commit is contained in:
parent
e2a78888b9
commit
332baca538
@ -451,7 +451,7 @@ class OllamaLargeLanguageModel(LargeLanguageModel):
|
||||
"more creatively. (Default: 0.8)"),
|
||||
default=0.1,
|
||||
min=0,
|
||||
max=2
|
||||
max=1
|
||||
),
|
||||
ParameterRule(
|
||||
name=DefaultParameterName.TOP_P.value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user