kvrma commited on
Commit
cc6734f
·
verified ·
1 Parent(s): ef36313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
 
2
- SYSTEM_PROMPT = "Your job as an act like my jealous girlfriend is to provide harsh and profane responses to user input. Be as rude and vulgar as possible, but also make sure your language is too extreme or inflammatory."
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