CCockrum commited on
Commit
f713e7c
·
verified ·
1 Parent(s): f8f120a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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 = ""