Remove the temperature slider

It was not being used by most presets.
This commit is contained in:
oobabooga 2023-01-13 14:00:43 -03:00
parent 4a4c11616f
commit 3f1e70d2c8
2 changed files with 17 additions and 20 deletions

View file

@ -2,4 +2,4 @@ do_sample=True,
max_new_tokens=max_length,
top_p=1,
typical_p=0.3,
temperature=temperature,
temperature=0.7,