Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,6 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=512):
|
|
116 |
The prompt instructs the model to provide a detailed explanation and then generate a follow-up.
|
117 |
If the answer comes back empty, a fallback answer is used.
|
118 |
"""
|
119 |
-
sentiment = analyze_sentiment(user_text)
|
120 |
-
action = predict_action(user_text)
|
121 |
|
122 |
# Extract style instruction if present
|
123 |
style_instruction = ""
|
|
|
116 |
The prompt instructs the model to provide a detailed explanation and then generate a follow-up.
|
117 |
If the answer comes back empty, a fallback answer is used.
|
118 |
"""
|
|
|
|
|
119 |
|
120 |
# Extract style instruction if present
|
121 |
style_instruction = ""
|