Views
No views yet
genz-slang-generator1tag = (
2 "Given the context below, create a new slang term. "
3 "The slang should be catchy, easy to use, and relevant to modern youth culture. "
4 "Make sure it's something that would feel natural in casual conversation:\n\n"
5)context = "You're hanging out with friends at a new restaurant, trying out some unique fusion dishes."condition = "You should suggest new slang and its definition, also give an example for clarification. Example should be long and also precise."1prompt = template.format(
2 instruction=tag + context + condition,
3 response=""
4)