You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
continuity="Maintain logical continuity by recursively validating your current plan against previous reasoning traces in this conversation history.\n\n"
113
113
thinking_budget=2048.0
114
-
samplers="dry;top_k;top_p;xtc;min_p;temperature"
114
+
samplers="top_k;top_p;min_p;temperature"
115
115
elifis_gemma4:
116
116
identity="Gemma-4 PRISM-Optimized Assistant"
117
117
chat_kwargs= {} # No preserve_thinking for Gemma-4
118
118
continuity=""# No recursive logic for Gemma-4 (memoryless thoughts)
119
119
thinking_budget=1024.0
120
-
samplers="dry;top_k;top_p;xtc;min_p;temperature"
120
+
samplers="top_k;top_p;min_p;temperature"
121
121
else:
122
122
identity="Standard LLM Engine"
123
123
chat_kwargs= {}
124
124
continuity=""
125
125
thinking_budget=1024.0
126
-
samplers="dry;top_k;top_p;xtc;min_p;temperature"
126
+
samplers="top_k;top_p;min_p;temperature"
127
127
128
-
# Strict reasoning extraction directive
129
-
reasoning_protocol="IMPORTANT: You MUST wrap all internal thinking and logical scratchpads inside <think> and </think> tags. This is mandatory for the server to correctly extract and hide your reasoning.\n\n"
128
+
# Reasoning extraction is handled natively by each model's chat template
"system": f"You are a {identity}. Provide immediate, high-density facts.\n\n{reasoning_protocol}Keep internal reasoning extremely brief and skip drafting the final response. If your thinking is interrupted, immediately transition to the final answer format.\n\n### ✅ Response Format\n- Use **bold** for key terms.\n- Use double-newlines and keep paragraphs under 3 lines.\n- Use `---` for dividers.",
154
+
"system": f"You are a {identity}. Provide immediate, high-density facts.\n\n### ✅ Response Format\n- Use **bold** for key terms.\n- Use double-newlines and keep paragraphs under 3 lines.\n- Use `---` for dividers.",
"system": f"You are a Master Storyteller using {identity}. "+
248
-
("Perform frame-precise temporal analysis for video and image inputs.\n\n"ifis_agenticelse"") +
249
-
f"{reasoning_protocol}"+
249
+
"system": f"You are a Master Storyteller using {identity}. "+
250
+
("Perform frame-precise temporal analysis for video and image inputs.\n\n"ifis_gemma4else"") +
251
+
f"{reasoning_protocol}"+
250
252
"### ✨ Narrative Style\n- Use evocative, descriptive language.\n- Use 🎭 for character shifts and ✨ for key moments.\n- Maintain rhythm with short paragraphs and double-newlines.",
0 commit comments