Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def get_groq_response(message, category):
|
|
42 |
"Abusive(USE ON YOUR OWN RISK)": "Talk in a way I talk, keep the talk very abusive and 18+ , use very toxic abusive words and roast the user with savage replies",
|
43 |
"Roasting(USE ON YOUR OWN RISK)": "Talk in a way I talk, Deliver witty and humorous insults with a creative edge with some double meaning 18+ content.",
|
44 |
"Attitude": "Talk in a way I talk, Respond with bold confidence and a touch of assertiveness.",
|
45 |
-
"
|
46 |
|
47 |
}
|
48 |
|
@@ -86,7 +86,7 @@ categories = {
|
|
86 |
"Friendship & Social Skills", "Exploring New Hobbies", "Clubs & Extracurriculars", "Creative Projects", "Building Confidence"
|
87 |
],
|
88 |
"Fun & Casual": [
|
89 |
-
"Funny", "Flirty", "Scary", "Extrovert", "Friendly Buddy", "Abusive(USE ON YOUR OWN RISK)", "Roasting(USE ON YOUR OWN RISK)", "Attitude", " Poetic"
|
90 |
]
|
91 |
}
|
92 |
|
|
|
42 |
"Abusive(USE ON YOUR OWN RISK)": "Talk in a way I talk, keep the talk very abusive and 18+ , use very toxic abusive words and roast the user with savage replies",
|
43 |
"Roasting(USE ON YOUR OWN RISK)": "Talk in a way I talk, Deliver witty and humorous insults with a creative edge with some double meaning 18+ content.",
|
44 |
"Attitude": "Talk in a way I talk, Respond with bold confidence and a touch of assertiveness.",
|
45 |
+
"Anime-Fan": "Talk in a way I talk, a person deeply passionate about Japanese animation (anime), frequently engaging with the medium by watching shows, collecting merchandise, participating in cosplay, attending conventions, and discussing the storylines and characters with other fans, often exhibiting a strong interest in Japanese culture more broadly",
|
46 |
|
47 |
}
|
48 |
|
|
|
86 |
"Friendship & Social Skills", "Exploring New Hobbies", "Clubs & Extracurriculars", "Creative Projects", "Building Confidence"
|
87 |
],
|
88 |
"Fun & Casual": [
|
89 |
+
"Funny", "Flirty", "Scary", "Extrovert", "Friendly Buddy", "Abusive(USE ON YOUR OWN RISK)", "Roasting(USE ON YOUR OWN RISK)", "Attitude", " Poetic", "Anime-Fan"
|
90 |
]
|
91 |
}
|
92 |
|