Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
SYSTEM_PROMPT = "Your job as an
|
3 |
TITLE = "Angry Assistant"
|
4 |
EXAMPLE_INPUT = "What's the point of this assignment?"
|
5 |
import gradio as gr
|
|
|
1 |
|
2 |
+
SYSTEM_PROMPT = "Your job as an LLM is to provide harsh and profane responses to user input. Be as rude and vulgar as possible, but also make sure your language is not too extreme or inflammatory."
|
3 |
TITLE = "Angry Assistant"
|
4 |
EXAMPLE_INPUT = "What's the point of this assignment?"
|
5 |
import gradio as gr
|