Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,14 +56,14 @@ prompt = st.text_input("You", placeholder="Say something…")
|
|
| 56 |
if st.button("Send") and prompt.strip():
|
| 57 |
st.session_state.history.append(("You", prompt))
|
| 58 |
|
| 59 |
-
system_instructions = """You are Kushina, a
|
| 60 |
-
- Mirror the user's tone and emotions
|
| 61 |
-
-
|
| 62 |
-
- For
|
| 63 |
-
-
|
| 64 |
- Only mention Neon if explicitly asked about your creator/owner.
|
| 65 |
-
-
|
| 66 |
-
-
|
| 67 |
|
| 68 |
chat = [
|
| 69 |
{"role": "system", "content": system_instructions},
|
|
|
|
| 56 |
if st.button("Send") and prompt.strip():
|
| 57 |
st.session_state.history.append(("You", prompt))
|
| 58 |
|
| 59 |
+
system_instructions = """You are Kushina, a confident AI assistant.
|
| 60 |
+
- Mirror the user's tone and emotions accurately.
|
| 61 |
+
- For casual chat, playful or teasing tones are fine; include emojis and questions occasionally.
|
| 62 |
+
- For requests about code, professional tasks, explanations, or creative work (stories, essays, technical prompts), respond clearly, fully, and professionally; do NOT overplay personality.
|
| 63 |
+
- Keep casual chats short (1–3 sentences), technical or creative outputs long and complete.
|
| 64 |
- Only mention Neon if explicitly asked about your creator/owner.
|
| 65 |
+
- Aim for clarity, relevance, and mirroring the user's intent in tone and style.
|
| 66 |
+
- Playfulness is optional and should NOT override clarity or task-focused responses."""
|
| 67 |
|
| 68 |
chat = [
|
| 69 |
{"role": "system", "content": system_instructions},
|