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 = [
|
const INFERMATICAI_KEYS = [
|
||||||
'model',
|
'model',
|
||||||
|
'prompt',
|
||||||
'max_tokens',
|
'max_tokens',
|
||||||
'temperature',
|
'temperature',
|
||||||
|
'top_p',
|
||||||
|
'top_k',
|
||||||
'repetition_penalty',
|
'repetition_penalty',
|
||||||
'stream',
|
'stream',
|
||||||
|
'stop',
|
||||||
];
|
];
|
||||||
|
|
||||||
// https://docs.together.ai/reference/completions
|
// https://docs.together.ai/reference/completions
|
||||||
|
Reference in New Issue
Block a user