mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Support more settings
This commit is contained in:
@ -181,10 +181,14 @@ const TEXTGEN_TYPES = {
|
||||
|
||||
const INFERMATICAI_KEYS = [
|
||||
'model',
|
||||
'prompt',
|
||||
'max_tokens',
|
||||
'temperature',
|
||||
'top_p',
|
||||
'top_k',
|
||||
'repetition_penalty',
|
||||
'stream',
|
||||
'stop',
|
||||
];
|
||||
|
||||
// https://docs.together.ai/reference/completions
|
||||
|
Reference in New Issue
Block a user