FIX: fix the temperature value of ollama model (#4027)

This commit is contained in:
Yash Parmar
2024-05-15 05:35:54 +05:30
committed by GitHub
parent e2a78888b9
commit 332baca538

View File

@@ -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,