Spaces:
Running
Running
asda
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ client = InferenceClient(
|
|
6 |
)
|
7 |
|
8 |
# Your system prompt
|
9 |
-
SYSTEM_PROMPT = "You are
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
prompt = "<s>"
|
|
|
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>"
|