mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#371 Add llama.cpp inference server support
This commit is contained in:
@ -172,6 +172,7 @@ const TEXTGEN_TYPES = {
|
||||
TABBY: 'tabby',
|
||||
KOBOLDCPP: 'koboldcpp',
|
||||
TOGETHERAI: 'togetherai',
|
||||
LLAMACPP: 'llamacpp',
|
||||
};
|
||||
|
||||
// https://docs.together.ai/reference/completions
|
||||
|
Reference in New Issue
Block a user