More supported samplers for Together

This commit is contained in:
Cohee
2024-07-28 21:56:33 +03:00
parent 7ccc98803c
commit cacd570af3

View File

@ -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',
]; ];