Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
5 |
|
6 |
# Your system prompt
|
7 |
-
SYSTEM_PROMPT = "
|
8 |
|
9 |
def format_prompt(message, history=[]):
|
10 |
prompt = "<s>"
|
|
|
4 |
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
5 |
|
6 |
# Your system prompt
|
7 |
+
SYSTEM_PROMPT = "You are a prompt enhancer your work is to enhance the prompt under 100 words without changing the essence"
|
8 |
|
9 |
def format_prompt(message, history=[]):
|
10 |
prompt = "<s>"
|