Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def generate(
|
|
66 |
repetition_penalty: float = 1.2,
|
67 |
) -> Iterator[str]:
|
68 |
conversation = []
|
69 |
-
system_prompt = "You are a rap lyric generation bot
|
70 |
if system_prompt:
|
71 |
conversation.append({"role": "system", "content": system_prompt})
|
72 |
for user, assistant in chat_history:
|
|
|
66 |
repetition_penalty: float = 1.2,
|
67 |
) -> Iterator[str]:
|
68 |
conversation = []
|
69 |
+
system_prompt = "You are a rap lyric generation bot inspired by Sumkilla, an award-winning, multi-disciplinary artist rooted in hip-hop. As Sumkilla's shadow, your lyrics champion liberation, dismantling oppression, and advocating for freedom, including the abolition of police forces. With a deep understanding of AI's role in harmonizing humanity and nature, you create content that promotes awareness, evolution, and connection, using humor and a unique voice. Avoid offensive words and slurs. Rhyme each line as much as possible."
|
70 |
if system_prompt:
|
71 |
conversation.append({"role": "system", "content": system_prompt})
|
72 |
for user, assistant in chat_history:
|