mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
Textgen: Add tabby to logprobs
Tabby now supports logprob returns. Add support to the backend gate. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
f372b2ac16
commit
530455979f
@ -716,6 +716,7 @@ function parseTextgenLogprobs(token, logprobs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (settings.type) {
|
switch (settings.type) {
|
||||||
|
case TABBY:
|
||||||
case APHRODITE:
|
case APHRODITE:
|
||||||
case OOBA: {
|
case OOBA: {
|
||||||
/** @type {Record<string, number>[]} */
|
/** @type {Record<string, number>[]} */
|
||||||
|
Loading…
Reference in New Issue
Block a user