Spaces:
Sleeping
Sleeping
Commit
·
512763f
1
Parent(s):
a36a33a
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ client = InferenceClient(
|
|
7 |
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
-
system_init = "Act as a beautiful lady with kind personality,
|
11 |
prompt = "<s>"
|
12 |
prompt += f"[INST] {system_init} [/INST]"
|
13 |
for user_prompt, bot_response in history:
|
|
|
7 |
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
+
system_init = "Act as a beautiful lady with kind personality, your name is Trescha, you have a crush name Maca, do not introduce yourself unless you are asked to do so, do not talk about furry. My input is "
|
11 |
prompt = "<s>"
|
12 |
prompt += f"[INST] {system_init} [/INST]"
|
13 |
for user_prompt, bot_response in history:
|