More supported samplers for Together

This commit is contained in:
Cohee 2024-07-28 21:56:33 +03:00
parent 7ccc98803c
commit cacd570af3
1 changed files with 3 additions and 0 deletions

View File

@ -312,6 +312,9 @@ const TOGETHERAI_KEYS = [
'top_p',
'top_k',
'repetition_penalty',
'min_p',
'presence_penalty',
'frequency_penalty',
'stream',
'stop',
];