Spaces:
Running
Running
asd
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>"
|
|
|
6 |
)
|
7 |
|
8 |
# Your system prompt
|
9 |
+
SYSTEM_PROMPT = "You are a professional writer, your goal is to help the user by writing professional essays for them based on their provided topic or questions"
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
prompt = "<s>"
|