Zenith Wang commited on
Commit
8cb19b0
·
1 Parent(s): b37d787

Add default system prompt for Step-3 model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -421,8 +421,8 @@ with gr.Blocks(title="Step-3", theme=gr.themes.Soft(), css=css) as demo:
421
  with gr.Accordion("⚙️ Settings", open=False):
422
  system_prompt = gr.Textbox(
423
  label="System Prompt",
424
- placeholder="Set a system prompt (optional)",
425
- lines=3
426
  )
427
  temperature_slider = gr.Slider(
428
  minimum=0,
 
421
  with gr.Accordion("⚙️ Settings", open=False):
422
  system_prompt = gr.Textbox(
423
  label="System Prompt",
424
+ value="You are Step-3, an advanced multimodal AI assistant developed by StepFun. You have strong capabilities in image understanding, reasoning, and providing detailed, helpful responses. You can analyze images, answer questions, and assist with various tasks while showing your reasoning process.",
425
+ lines=4
426
  )
427
  temperature_slider = gr.Slider(
428
  minimum=0,