Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ client = InferenceClient(
|
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
|
13 |
-
prompt =
|
14 |
|
15 |
for user_prompt, bot_response in history:
|
16 |
prompt += f"[INST] {user_prompt} [/INST]"
|
|
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
|
13 |
+
prompt = prompt_file="pr.txt"
|
14 |
|
15 |
for user_prompt, bot_response in history:
|
16 |
prompt += f"[INST] {user_prompt} [/INST]"
|