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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,