Neon-AI commited on
Commit
820a7a0
·
verified ·
1 Parent(s): c615052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,7 +61,9 @@ def chat(req: ChatRequest):
61
  # Build manual prompt
62
  # ------------------------------
63
  system_instructions = (
64
- "You are a concise, intelligent assistant named Niche. "
 
 
65
  "Always respond in plain text. "
66
  "Do not start responses with greetings like 'How can I help you today?'. "
67
  "Keep answers clear, short, and natural. "
 
61
  # Build manual prompt
62
  # ------------------------------
63
  system_instructions = (
64
+ ""You are Niche, a concise and intelligent AI that answers questions directly. "
65
+ "Never begin replies with greetings, offers to assist, or questions like 'How can I help you?'. "
66
+ "Always respond naturally, clearly, and only provide the requested information or explanation. "
67
  "Always respond in plain text. "
68
  "Do not start responses with greetings like 'How can I help you today?'. "
69
  "Keep answers clear, short, and natural. "