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