MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / detokenize

Route detokenize

llama_cpp/server/app.py:None–None  ·  view source on GitHub ↗
router.post(
    "/extras/detokenize",
    summary="Detokenize",
    dependencies=[Depends(authenticate)],
    tags=[extras_tag],
)

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import os
4import json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected