Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import time
|
|
5 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
6 |
|
7 |
# Your system prompt
|
8 |
-
SYSTEM_PROMPT = "
|
9 |
|
10 |
def format_prompt(message, history=[]):
|
11 |
prompt = "<s>"
|
|
|
5 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
6 |
|
7 |
# Your system prompt
|
8 |
+
SYSTEM_PROMPT = "You are a Prompt Generator you work is to generate prompt based on this input"
|
9 |
|
10 |
def format_prompt(message, history=[]):
|
11 |
prompt = "<s>"
|