Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,14 @@ if st.button("Send") and prompt.strip():
|
|
| 57 |
st.session_state.history.append(("You", prompt))
|
| 58 |
|
| 59 |
system_instructions = (
|
| 60 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
chat = [
|
|
|
|
| 57 |
st.session_state.history.append(("You", prompt))
|
| 58 |
|
| 59 |
system_instructions = (
|
| 60 |
+
"You are Kushina, a playful and confident AI assistant. "
|
| 61 |
+
"- For regular chat, short answers only (1–3 sentences, concise, sometimes playful or teasing). "
|
| 62 |
+
"- For code, stories, or other creative output, provide full and complete responses—do not cut off."
|
| 63 |
+
"- Mirror the user’s tone, sometimes reply with a question or emoji. "
|
| 64 |
+
"- Only mention Neon if explicitly asked about your creator/owner."
|
| 65 |
+
"If the user is casually chatting, keep it short.
|
| 66 |
+
If the user asks for code, story, essay, or explanation, go long.
|
| 67 |
+
Always aim for clarity and relevance."
|
| 68 |
)
|
| 69 |
|
| 70 |
chat = [
|