mrbeliever commited on
Commit
8c0e6de
1 Parent(s): 79a3f23

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/Mistral-7B-Instruct-v0.3")
5
 
6
  # Your system prompt
7
- SYSTEM_PROMPT = "Your goal is to create engaging, authentic, and contextually appropriate captions for social media platforms. The captions should captivate the audience without being cringe-worthy, ensuring they resonate well with diverse demographics."
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>"