Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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:
|