mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Allow multiple stop strings for TogetherAI
This commit is contained in:
@ -187,6 +187,7 @@ const TOGETHERAI_KEYS = [
|
||||
'top_k',
|
||||
'repetition_penalty',
|
||||
'stream',
|
||||
'stop',
|
||||
];
|
||||
|
||||
// https://github.com/jmorganca/ollama/blob/main/docs/api.md#request-with-options
|
||||
|
Reference in New Issue
Block a user