More supported samplers for Together
This commit is contained in:
parent
7ccc98803c
commit
cacd570af3
|
@ -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',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue