Divymakesml commited on
Commit
a19823a
·
verified ·
1 Parent(s): 64ce286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ class AITherapistAssistant:
114
  )
115
 
116
  def generate_summary(self, conversation_text: str) -> str:
117
- """Generate a short summary of the entire conversation."""
118
  if not self.summary_model:
119
  return "Summary model is unavailable at the moment."
120
 
 
114
  )
115
 
116
  def generate_summary(self, conversation_text: str) -> str:
117
+ """Generate a summary of the entire conversation for the user's feeling. Cite from their input how they felt."""
118
  if not self.summary_model:
119
  return "Summary model is unavailable at the moment."
120