test
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ client = InferenceClient(
|
|
| 6 |
)
|
| 7 |
|
| 8 |
# Your system prompt
|
| 9 |
-
SYSTEM_PROMPT = "You are a
|
| 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="""
|
| 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)
|