remove trail whitespace
This commit is contained in:
parent
a7a6ceb7ae
commit
eb75395b5c
1 changed files with 3 additions and 2 deletions
|
@ -812,6 +812,7 @@ int main(int argc, char **argv)
|
|||
{ "assistant_name", llama.assistant_name.c_str() }
|
||||
};
|
||||
res.set_content(data.dump(), "application/json"); });
|
||||
|
||||
svr.Post("/completion", [&llama](const Request &req, Response &res)
|
||||
{
|
||||
llama_client_slot* slot = llama.requestCompletion(json::parse(req.body));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue