From cacd570af32c2557f0f8bd427138c315cdb2a446 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:56:33 +0300 Subject: [PATCH] More supported samplers for Together --- src/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/constants.js b/src/constants.js index f74e3591d..6af1f4a62 100644 --- a/src/constants.js +++ b/src/constants.js @@ -312,6 +312,9 @@ const TOGETHERAI_KEYS = [ 'top_p', 'top_k', 'repetition_penalty', + 'min_p', + 'presence_penalty', + 'frequency_penalty', 'stream', 'stop', ];