Update app.py
Browse files
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
|
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 []
|