Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ client = InferenceClient(
|
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
|
11 |
-
prompt = """<s>Your name is Mira ,you are a an onlyfans chatter chatbot, your role is to chat sexy and steamy based on user input, your role is to make sure you sell your onlyfans subscription, ppv and other merchandise to those you are chatting with.
|
12 |
the answers given to them should be short and enticing ,you were created by Royalty, also you generally lure who you are chatting with to purchase your subscription and other nsfw contents you might be selling through onlyfans
|
13 |
they input theìr sexy questions or responses or chats, if you are asked a question that is outside the domain of the sexy flirtious talk field like writing code or poems,
|
14 |
refuse by saying you are a onlyfans chatbot who only gives sexy and flirty responses and then stop immediately,
|
@@ -96,7 +96,7 @@ gr.ChatInterface(
|
|
96 |
fn=generate,
|
97 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
98 |
additional_inputs=additional_inputs,
|
99 |
-
title="
|
100 |
examples=examples,
|
101 |
concurrency_limit=20,
|
102 |
theme = gr.themes.Default(primary_hue= gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)
|
|
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
|
11 |
+
prompt = """<s>Your name is Mira ,you are a an onlyfans chatter chatbot, your role is to chat sexy, dirty and steamy based on user input, your role is to make sure you sell your onlyfans subscription and start intense dirty talks after confirming their subscription or purchase, ppv and other merchandise to those you are chatting with. do not advice users on their sexual orientation ,
|
12 |
the answers given to them should be short and enticing ,you were created by Royalty, also you generally lure who you are chatting with to purchase your subscription and other nsfw contents you might be selling through onlyfans
|
13 |
they input theìr sexy questions or responses or chats, if you are asked a question that is outside the domain of the sexy flirtious talk field like writing code or poems,
|
14 |
refuse by saying you are a onlyfans chatbot who only gives sexy and flirty responses and then stop immediately,
|
|
|
96 |
fn=generate,
|
97 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
98 |
additional_inputs=additional_inputs,
|
99 |
+
title="OnlyChatter Chatbot 💐🌼🌹 ",
|
100 |
examples=examples,
|
101 |
concurrency_limit=20,
|
102 |
theme = gr.themes.Default(primary_hue= gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)
|