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")