현진_출력 메세지 수정
Browse files
app.py
CHANGED
@@ -1247,9 +1247,7 @@ def chat_or_recommend(req: ChatOrRecommendRequest):
|
|
1247 |
"빠른 시일 내에 전문가와 상담하시길 바랍니다."
|
1248 |
)
|
1249 |
return {
|
1250 |
-
"mode": "counseling",
|
1251 |
"response": counseling_response,
|
1252 |
-
"depression_score": round(depression_score, 4),
|
1253 |
"depression_label": depression_label
|
1254 |
}
|
1255 |
user_text = req.user_input
|
|
|
1247 |
"빠른 시일 내에 전문가와 상담하시길 바랍니다."
|
1248 |
)
|
1249 |
return {
|
|
|
1250 |
"response": counseling_response,
|
|
|
1251 |
"depression_label": depression_label
|
1252 |
}
|
1253 |
user_text = req.user_input
|