Skip to content

Commit 0d959ba

Browse files
committed
Remove unnecessary change
1 parent 79f7ca3 commit 0d959ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/server/server.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,6 @@ struct server_task_result_cmpl_final : server_task_result {
774774
if (!stream && !probs_output.empty()) {
775775
res["completion_probabilities"] = completion_token_output::probs_vector_to_json(probs_output, post_sampling_probs);
776776
}
777-
if (!oaicompat_msg.reasoning_content.empty()) {
778-
res["reasoning_content"] = oaicompat_msg.reasoning_content;
779-
}
780777
return response_fields.empty() ? res : json_get_nested_values(response_fields, res);
781778
}
782779

0 commit comments

Comments
 (0)