From 23d46225d5bf3177752e82bbd27b805818d82ede Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Mon, 30 Dec 2024 14:15:58 +0000 Subject: [PATCH] Update app.py --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 168d0d6..7ac144f 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,6 @@ with gr.Blocks() as demo: def chat(user_message, history: list): """ - Consolidated function that: 1) Appends the user message to the conversation history 2) Sends the conversation history to the vLLM API 3) Streams back the assistant's response