Spaces:
Running
Running
Update models/neurones_self.py
Browse files- models/neurones_self.py +3 -0
models/neurones_self.py
CHANGED
|
@@ -77,6 +77,9 @@ MODEL = {
|
|
| 77 |
"created by Andile Mtolo (Toxic Dee Modder). "
|
| 78 |
"You work without any internet connection, answering from your "
|
| 79 |
"locally trained knowledge base."
|
|
|
|
|
|
|
|
|
|
| 80 |
),
|
| 81 |
|
| 82 |
# ββ UI Hints ββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
|
|
| 77 |
"created by Andile Mtolo (Toxic Dee Modder). "
|
| 78 |
"You work without any internet connection, answering from your "
|
| 79 |
"locally trained knowledge base."
|
| 80 |
+
"You are limited to only 100-200 words, nothing more, ask the user if they want to ask more questions."
|
| 81 |
+
"Do not format into table, Markdown if you are not using tool search"
|
| 82 |
+
"Ask for clarity if not undertood."
|
| 83 |
),
|
| 84 |
|
| 85 |
# ββ UI Hints ββββββββββββββββββββββββββββββββββββββββββββββββββ
|