From 83368388aa51f2b29272f49538b1a7cf9505cc2c Mon Sep 17 00:00:00 2001 From: yangapku Date: Mon, 30 Oct 2023 15:50:34 +0800 Subject: [PATCH] update openai_api.py --- openai_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openai_api.py b/openai_api.py index 934814f..34714e3 100644 --- a/openai_api.py +++ b/openai_api.py @@ -397,7 +397,6 @@ async def create_chat_completion(request: ChatCompletionRequest): query, history=history, stop_words_ids=stop_words_ids, - append_history=False, **gen_kwargs ) print(f"\n{history}\n{query}\n\n{response}\n")