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) {
|
||||
case TABBY:
|
||||
case APHRODITE:
|
||||
case OOBA: {
|
||||
/** @type {Record<string, number>[]} */
|
||||
|
|
Loading…
Reference in New Issue