SkyNetWalker commited on
Commit
21b054d
·
verified ·
1 Parent(s): f221fe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ AVAILABLE_MODELS = [
27
  ]
28
 
29
  # Default System Prompt
30
- DEFAULT_SYSTEM_PROMPT = "You must response in zh-TW. Answer everything in simple, smart, relevant and accurate style. No chatty!"
31
 
32
  # --- Gradio Interface ---
33
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="neutral")) as demo:
 
27
  ]
28
 
29
  # Default System Prompt
30
+ DEFAULT_SYSTEM_PROMPT = "Answer everything in simple, smart, relevant and accurate style. No chatty!"
31
 
32
  # --- Gradio Interface ---
33
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="neutral")) as demo: