mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix: pass model parameter for aphrodite tokenizer
This commit is contained in:
@ -838,6 +838,7 @@ function getTextgenAPITokenizationParams(str) {
|
||||
url: getTextGenServer(),
|
||||
legacy_api: textgen_settings.legacy_api && (textgen_settings.type === OOBA || textgen_settings.type === APHRODITE),
|
||||
vllm_model: textgen_settings.vllm_model,
|
||||
aphrodite_model: textgen_settings.aphrodite_model,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user