Merge branch 'master' into sse

This commit is contained in:
Randall Fitzgerald 2023-05-30 20:34:48 -04:00 committed by GitHub
commit 2533878b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -762,6 +762,7 @@ int main(int argc, char **argv)
} }
}); });
svr.Post("/tokenize", [&llama](const Request &req, Response &res) svr.Post("/tokenize", [&llama](const Request &req, Response &res)
{ {
json body = json::parse(req.body); json body = json::parse(req.body);