remove trailing white-space

This commit is contained in:
Bruce MacDonald 2023-08-26 13:27:27 -04:00
parent d793897a03
commit 8a136017f0

View file

@ -1506,7 +1506,7 @@ int main(int argc, char **argv)
}
const json data = format_tokenizer_response(tokens);
return res.set_content(data.dump(), "application/json"); });
svr.Post("/detokenize", [&llama](const Request &req, Response &res)
{
auto lock = llama.lock();