* more cleanup
This commit is contained in:
parent
ff67c764c4
commit
5906fb442b
1 changed files with 1 additions and 1 deletions
|
@ -1345,7 +1345,7 @@ struct llama_server_context
|
|||
// when a completion task's prompt array is not a singleton, we split it into multiple requests
|
||||
if (task.data.at("prompt").size() > 1)
|
||||
{
|
||||
auto id = request_multiprompt_task(task);
|
||||
auto id = split_multiprompt_task(task);
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue