mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Progress
This commit is contained in:
@ -175,8 +175,17 @@ const TEXTGEN_TYPES = {
|
||||
TOGETHERAI: 'togetherai',
|
||||
LLAMACPP: 'llamacpp',
|
||||
OLLAMA: 'ollama',
|
||||
INFERMATICAI: 'infermaticai',
|
||||
};
|
||||
|
||||
const INFERMATICAI_KEYS = [
|
||||
'model',
|
||||
'max_tokens',
|
||||
'temperature',
|
||||
'repetition_penalty',
|
||||
'stream',
|
||||
];
|
||||
|
||||
// https://docs.together.ai/reference/completions
|
||||
const TOGETHERAI_KEYS = [
|
||||
'model',
|
||||
@ -223,4 +232,5 @@ module.exports = {
|
||||
AVATAR_HEIGHT,
|
||||
TOGETHERAI_KEYS,
|
||||
OLLAMA_KEYS,
|
||||
INFERMATICAI_KEYS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user