Vera-ZWY commited on
Commit
972ebc4
·
verified ·
1 Parent(s): b86e68b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def stream_chat_with_rag(
22
  print(f"History: {history}")
23
 
24
  # Build the conversation prompt including system prompt and history
25
- conversation = f"{system_prompt}\n\nFor Client: {client_name}\n"
26
 
27
  # Add previous conversation history
28
  for user_input, assistant_response in history:
 
22
  print(f"History: {history}")
23
 
24
  # Build the conversation prompt including system prompt and history
25
+ conversation = f"For Client: {client_name}\n"
26
 
27
  # Add previous conversation history
28
  for user_input, assistant_response in history: