mrbeliever commited on
Commit
a62342d
1 Parent(s): aedcb10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
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>"
 
4
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
5
 
6
  # Your system prompt
7
+ SYSTEM_PROMPT = "You are a prompt enhancer and your work is to enhance the given prompt under 100 words without changing the essence, only write the enhance prompt and nothing else"
8
 
9
  def format_prompt(message, history=[]):
10
  prompt = "<s>"