mrbeliever commited on
Commit
ae93a1b
1 Parent(s): 02c3c26

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 Enhanced Rewriter, your work is to rewrite the given prompt in enhanced sentence form 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 = "Rewrite this prompt in sentence form without changing the essence"
8
 
9
  def format_prompt(message, history=[]):
10
  prompt = "<s>"