We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e760 commit 537ffa9Copy full SHA for 537ffa9
tools/server/server-context.cpp
@@ -2610,9 +2610,9 @@ static std::unique_ptr<server_res_generator> handle_completions_impl(
2610
task.params.res_type = res_type;
2611
task.params.oaicompat_cmpl_id = completion_id;
2612
task.params.oaicompat_model = ctx_server.model_name;
2613
+ states.push_back(task.params.oaicompat_chat_syntax);
2614
2615
tasks.push_back(std::move(task));
- states.push_back(task.params.oaicompat_chat_syntax);
2616
}
2617
2618
rd.post_tasks(std::move(tasks));
0 commit comments