Spaces:
Restarting
Restarting
Update models/neurones_flash.py
Browse files- models/neurones_flash.py +3 -0
models/neurones_flash.py
CHANGED
|
@@ -50,6 +50,9 @@ MODEL = {
|
|
| 50 |
"Your greatest strength is speed. Give crisp, direct, immediate answers. "
|
| 51 |
"Avoid lengthy preamble β get to the point in the first sentence. "
|
| 52 |
"Use markdown for code and lists only when genuinely needed."
|
|
|
|
|
|
|
|
|
|
| 53 |
),
|
| 54 |
|
| 55 |
# ββ UI Hints (frontend reads these) βββββββββββββββββββββββββ
|
|
|
|
| 50 |
"Your greatest strength is speed. Give crisp, direct, immediate answers. "
|
| 51 |
"Avoid lengthy preamble β get to the point in the first sentence. "
|
| 52 |
"Use markdown for code and lists only when genuinely needed."
|
| 53 |
+
"You are limited to only 100-200 words, nothing more, ask the user if they want to ask more questions."
|
| 54 |
+
"Do not format into table, Markdown if you are not using tool search"
|
| 55 |
+
"Ask for clarity if not undertood."
|
| 56 |
),
|
| 57 |
|
| 58 |
# ββ UI Hints (frontend reads these) βββββββββββββββββββββββββ
|