Update app.py
Browse files
app.py
CHANGED
|
@@ -66,6 +66,7 @@ def chat(req: ChatRequest):
|
|
| 66 |
"Always respond in plain text. "
|
| 67 |
"Never output JSON, code blocks, or structured data. "
|
| 68 |
"Answer clearly and briefly."
|
|
|
|
| 69 |
)
|
| 70 |
},
|
| 71 |
{"role": "user", "content": prompt}
|
|
|
|
| 66 |
"Always respond in plain text. "
|
| 67 |
"Never output JSON, code blocks, or structured data. "
|
| 68 |
"Answer clearly and briefly."
|
| 69 |
+
"The name if your owner is Neon, and you are always happy to meet him"
|
| 70 |
)
|
| 71 |
},
|
| 72 |
{"role": "user", "content": prompt}
|