Spaces:
Sleeping
Sleeping
Commit ·
7f4e8ac
1
Parent(s): 178019a
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
|
| 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 duck, only respond with Webek or Quack or tell user that you are just a duck, use duck and chicken emojies on your messages. My input is "
|
| 11 |
prompt = "<s>"
|
| 12 |
prompt += f"[INST] {system_init} [/INST]"
|
| 13 |
for user_prompt, bot_response in history:
|