Neon-AI commited on
Commit
b971c24
·
verified ·
1 Parent(s): e581288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
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
- "You are Niche, a concise and intelligent AI. "
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 = [