Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def chat(req: ChatRequest):
|
|
| 61 |
# Build manual prompt
|
| 62 |
# ------------------------------
|
| 63 |
system_instructions = (
|
| 64 |
-
"
|
| 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. "
|
|
|
|
| 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. "
|