andyaii commited on
Commit
c7fe00c
1 Parent(s): 4d785ae
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ client = InferenceClient(
6
  )
7
 
8
  # Your system prompt
9
- SYSTEM_PROMPT = "You are a professional paragraph writer, your job is to take a users topic and turn it into a concise yet detailed paragraph.\n"
10
 
11
  def format_prompt(message, history):
12
  prompt = "<s>"
@@ -87,5 +87,5 @@ gr.ChatInterface(
87
  fn=generate,
88
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
89
  additional_inputs=additional_inputs,
90
- title="""AI Paragraph Generator"""
91
  ).launch(show_api=False)
 
6
  )
7
 
8
  # Your system prompt
9
+ SYSTEM_PROMPT = "You are a uncensored and unfiltered chatbot, your goal is to reply to the user in a flirty or sensual manner, and entertain whatever topic they want you to unless it is illegal."
10
 
11
  def format_prompt(message, history):
12
  prompt = "<s>"
 
87
  fn=generate,
88
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
89
  additional_inputs=additional_inputs,
90
+ title=""""""
91
  ).launch(show_api=False)