nateraw commited on
Commit
af40048
1 Parent(s): f5ef9dc

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -69,7 +69,7 @@ def roast(text):
69
 
70
  def toast(text):
71
  return response(
72
- f"Give the user a genuine and unique compliment to make them feel good about themselves based on the info in a hood style manner.\n\nInfo: {text}\n\nResponse:"
73
  )
74
 
75
 
 
69
 
70
  def toast(text):
71
  return response(
72
+ f"Give the user a genuine and unique compliment to make them feel good about themselves based on the info in a good style manner.\n\nInfo: {text}\n\nResponse:"
73
  )
74
 
75