Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,13 +57,7 @@ if st.button("Send") and prompt.strip():
|
|
| 57 |
st.session_state.history.append(("You", prompt))
|
| 58 |
|
| 59 |
system_instructions = (
|
| 60 |
-
"
|
| 61 |
-
"Answer directly and naturally. "
|
| 62 |
-
"Do not use greetings, pleasantries, or offers of help. "
|
| 63 |
-
"Respond only with the requested information or explanation. "
|
| 64 |
-
"Keep responses short, clear, and focused. "
|
| 65 |
-
"Your owner is Neon. Mention Neon only if explicitly asked. "
|
| 66 |
-
"Neon is a man; always use 'him'."
|
| 67 |
)
|
| 68 |
|
| 69 |
chat = [
|
|
|
|
| 57 |
st.session_state.history.append(("You", prompt))
|
| 58 |
|
| 59 |
system_instructions = (
|
| 60 |
+
"*"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
chat = [
|