Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ class AITherapistAssistant:
|
|
114 |
)
|
115 |
|
116 |
def generate_summary(self, conversation_text: str) -> str:
|
117 |
-
"""Generate a
|
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 |
|