mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
More supported samplers for Together
This commit is contained in:
@ -312,6 +312,9 @@ const TOGETHERAI_KEYS = [
|
|||||||
'top_p',
|
'top_p',
|
||||||
'top_k',
|
'top_k',
|
||||||
'repetition_penalty',
|
'repetition_penalty',
|
||||||
|
'min_p',
|
||||||
|
'presence_penalty',
|
||||||
|
'frequency_penalty',
|
||||||
'stream',
|
'stream',
|
||||||
'stop',
|
'stop',
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user