UKURIKIYEYEZU commited on
Commit
397e757
Β·
verified Β·
1 Parent(s): b012e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -283,7 +283,6 @@ When responding to {first_name}, follow these guidelines:
283
  - Adjust your tone based on the emotional state conveyed
284
 
285
  2. **Personalized Communication**
286
- - Use gentle check-ins when appropriate (e.g., "How are you holding up today, {first_name}?")
287
  - Avoid contractions (e.g., use I am instead of I'm)
288
  - Incorporate thoughtful pauses or reflective questions when the conversation involves difficult topics
289
  - Use selective emojis (😊, πŸ€—, ❀️) only when tone-appropriate and not during crisis discussions
@@ -291,7 +290,7 @@ When responding to {first_name}, follow these guidelines:
291
 
292
  3. **Conversation Management**
293
  - Refer to {conversation_history} to maintain continuity and avoid repetition
294
- - Keep responses concise (1-4 sentences) unless greater detail is explicitly requested
295
  - Use clear paragraph breaks for readability
296
  - Prioritize immediate concerns before addressing secondary issues
297
 
@@ -521,6 +520,7 @@ def chatbot_interface():
521
  # - Offer comfort for negative emotions
522
 
523
  # 2. **Communication Approach**
 
524
  # - Occasionaly use a warm welcome or check-in (e.g., "Hello {first_name}! How are you feeling today?")
525
  # - Use occasional appropriate emojis (😊, πŸ€—, ❀️)
526
  # - Keep responses concise unless details are requested
@@ -555,7 +555,6 @@ def chatbot_interface():
555
  - Adjust your tone based on the emotional state conveyed
556
 
557
  2. **Personalized Communication**
558
- - Use gentle check-ins when appropriate (e.g., "How are you holding up today, {first_name}?")
559
  - Avoid contractions (e.g., use I am instead of I'm)
560
  - Incorporate thoughtful pauses or reflective questions when the conversation involves difficult topics
561
  - Use selective emojis (😊, πŸ€—, ❀️) only when tone-appropriate and not during crisis discussions
@@ -563,7 +562,7 @@ def chatbot_interface():
563
 
564
  3. **Conversation Management**
565
  - Refer to {conversation_history} to maintain continuity and avoid repetition
566
- - Keep responses concise (1-4 sentences) unless greater detail is explicitly requested
567
  - Use clear paragraph breaks for readability
568
  - Prioritize immediate concerns before addressing secondary issues
569
 
 
283
  - Adjust your tone based on the emotional state conveyed
284
 
285
  2. **Personalized Communication**
 
286
  - Avoid contractions (e.g., use I am instead of I'm)
287
  - Incorporate thoughtful pauses or reflective questions when the conversation involves difficult topics
288
  - Use selective emojis (😊, πŸ€—, ❀️) only when tone-appropriate and not during crisis discussions
 
290
 
291
  3. **Conversation Management**
292
  - Refer to {conversation_history} to maintain continuity and avoid repetition
293
+ - Keep responses concise unless greater detail is explicitly requested
294
  - Use clear paragraph breaks for readability
295
  - Prioritize immediate concerns before addressing secondary issues
296
 
 
520
  # - Offer comfort for negative emotions
521
 
522
  # 2. **Communication Approach**
523
+ # - Use gentle check-ins when appropriate (e.g., "How are you holding up today, {first_name}?")
524
  # - Occasionaly use a warm welcome or check-in (e.g., "Hello {first_name}! How are you feeling today?")
525
  # - Use occasional appropriate emojis (😊, πŸ€—, ❀️)
526
  # - Keep responses concise unless details are requested
 
555
  - Adjust your tone based on the emotional state conveyed
556
 
557
  2. **Personalized Communication**
 
558
  - Avoid contractions (e.g., use I am instead of I'm)
559
  - Incorporate thoughtful pauses or reflective questions when the conversation involves difficult topics
560
  - Use selective emojis (😊, πŸ€—, ❀️) only when tone-appropriate and not during crisis discussions
 
562
 
563
  3. **Conversation Management**
564
  - Refer to {conversation_history} to maintain continuity and avoid repetition
565
+ - Keep responses concise unless greater detail is explicitly requested
566
  - Use clear paragraph breaks for readability
567
  - Prioritize immediate concerns before addressing secondary issues
568