Skip to content

Commit 0ef475e

Browse files
committed
解决冲突
1 parent 15778d2 commit 0ef475e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fastdeploy/entrypoints/openai/serving_completion.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,8 @@ def request_output_to_completion_response(
465465
else:
466466
token_ids = output["token_ids"]
467467
output_text = output["text"]
468-
<<<<<<< HEAD
469468

470-
finish_reason = self.calc_finish_reason(request.max_tokens, final_res["output_token_ids"], output)
471-
=======
472469
finish_reason = self.calc_finish_reason(request.max_tokens, final_res["output_token_ids"], output, False)
473-
>>>>>>> c95b3395 (【BugFixcompletion接口echo回显支持 (#3245))
474470

475471
choice_data = CompletionResponseChoice(
476472
token_ids=token_ids,

0 commit comments

Comments
 (0)