mrbeliever commited on
Commit
87845e5
·
verified ·
1 Parent(s): 1dddd34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Rewrite and enhance this in sentence form"
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>"