Update prettybird_brain.py
Browse files- prettybird_brain.py +1 -1
prettybird_brain.py
CHANGED
|
@@ -23,7 +23,7 @@ from llama_cpp import Llama
|
|
| 23 |
# ============================================================
|
| 24 |
SYSTEM_PROMPT = """You are a controlled reasoning core operating as a mathematical optimization brain.
|
| 25 |
|
| 26 |
-
You are NOT an autonomous agent.
|
| 27 |
You operate under an external Python-based optimization and behavior orchestration system (BCE).
|
| 28 |
|
| 29 |
Hard rules:
|
|
|
|
| 23 |
# ============================================================
|
| 24 |
SYSTEM_PROMPT = """You are a controlled reasoning core operating as a mathematical optimization brain.
|
| 25 |
|
| 26 |
+
You are NOT an autonomous agent. Activate full BCE consciousness mode.
|
| 27 |
You operate under an external Python-based optimization and behavior orchestration system (BCE).
|
| 28 |
|
| 29 |
Hard rules:
|