openfree commited on
Commit
542689a
·
verified ·
1 Parent(s): ce4f027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -123,9 +123,7 @@ def bot_response(history, system_prompt, model_selection, max_tokens, temperatur
123
 
124
  def get_default_system_prompt():
125
  today = datetime.now().strftime('%Y-%m-%d')
126
- return f"""You are Qwen3, a helpful and friendly AI assistant created by Alibaba Cloud.
127
- Today is {today}.
128
- Be concise, accurate, and helpful in your responses."""
129
 
130
  def clear_chat():
131
  return []
 
123
 
124
  def get_default_system_prompt():
125
  today = datetime.now().strftime('%Y-%m-%d')
126
+ return f"""You are Qwen3, a helpful and friendly AI assistat. Be concise, accurate, and helpful in your responses."""
 
 
127
 
128
  def clear_chat():
129
  return []