| 5409 | case textgen_types.LLAMACPP: { | 5409 | case textgen_types.LLAMACPP: { |
| 5410 | logprobs = data?.completion_probabilities?.map(x => parseTextgenLogprobs(x.content, [x])) || null; | 5410 | logprobs = data?.completion_probabilities?.map(x => parseTextgenLogprobs(x.content, [x])) || null; |
| 5411 | } break; | 5411 | } break; |
| | 5412 | case textgen_types.KOBOLDCPP: |
| 5412 | case textgen_types.VLLM: | 5413 | case textgen_types.VLLM: |
| 5413 | case textgen_types.INFERMATICAI: | 5414 | case textgen_types.INFERMATICAI: |
| 5414 | case textgen_types.APHRODITE: | 5415 | case textgen_types.APHRODITE: |