Synced repo using 'sync_with_huggingface' Github Action
Browse files
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
|
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 |
|