Remove the temperature slider
It was not being used by most presets.
This commit is contained in:
@@ -2,4 +2,4 @@ do_sample=True,
|
||||
max_new_tokens=max_length,
|
||||
top_p=1,
|
||||
typical_p=0.3,
|
||||
temperature=temperature,
|
||||
temperature=0.7,
|
||||
|
||||
Reference in New Issue
Block a user