server : minor
This commit is contained in:
parent
ee201791a1
commit
4b32c65d78
1 changed files with 3 additions and 2 deletions
|
@ -754,6 +754,7 @@ struct llama_server_context
|
||||||
}
|
}
|
||||||
|
|
||||||
slot->params.antiprompt.clear();
|
slot->params.antiprompt.clear();
|
||||||
|
|
||||||
const auto &stop = data.find("stop");
|
const auto &stop = data.find("stop");
|
||||||
if (stop != data.end() && stop->is_array())
|
if (stop != data.end() && stop->is_array())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue