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 79f7ca3 commit 0d959baCopy full SHA for 0d959ba
tools/server/server.cpp
@@ -774,9 +774,6 @@ struct server_task_result_cmpl_final : server_task_result {
774
if (!stream && !probs_output.empty()) {
775
res["completion_probabilities"] = completion_token_output::probs_vector_to_json(probs_output, post_sampling_probs);
776
}
777
- if (!oaicompat_msg.reasoning_content.empty()) {
778
- res["reasoning_content"] = oaicompat_msg.reasoning_content;
779
- }
780
return response_fields.empty() ? res : json_get_nested_values(response_fields, res);
781
782
0 commit comments