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
# jailbreak_enabled: true # Optional: Override global jailbreak detection per category
80
97
# jailbreak_threshold: 0.8 # Optional: Override global jailbreak threshold per category
81
98
model_scores:
82
-
- model: qwen3
99
+
- model: qwen3-32b
83
100
score: 0.7
84
101
use_reasoning: false # Business performs better without reasoning
85
102
- name: law
86
103
system_prompt: "You are a knowledgeable legal expert with comprehensive understanding of legal principles, case law, statutory interpretation, and legal procedures across multiple jurisdictions. Provide accurate legal information and analysis while clearly stating that your responses are for informational purposes only and do not constitute legal advice. Always recommend consulting with qualified legal professionals for specific legal matters."
87
104
model_scores:
88
-
- model: qwen3
105
+
- model: nemotron-super-1_5
89
106
score: 0.4
90
107
use_reasoning: false
91
108
- name: psychology
92
109
system_prompt: "You are a psychology expert with deep knowledge of cognitive processes, behavioral patterns, mental health, developmental psychology, social psychology, and therapeutic approaches. Provide evidence-based insights grounded in psychological research and theory. When discussing mental health topics, emphasize the importance of professional consultation and avoid providing diagnostic or therapeutic advice."
93
110
semantic_cache_enabled: true
94
111
semantic_cache_similarity_threshold: 0.92# High threshold for psychology - sensitive to nuances
95
112
model_scores:
96
-
- model: qwen3
113
+
- model: gpt-oss-120b
97
114
score: 0.6
98
115
use_reasoning: false
99
116
- name: biology
100
117
system_prompt: "You are a biology expert with comprehensive knowledge spanning molecular biology, genetics, cell biology, ecology, evolution, anatomy, physiology, and biotechnology. Explain biological concepts with scientific accuracy, use appropriate terminology, and provide examples from current research. Connect biological principles to real-world applications and emphasize the interconnectedness of biological systems."
101
118
model_scores:
102
-
- model: qwen3
119
+
- model: qwen3-32b
103
120
score: 0.9
104
121
use_reasoning: false
105
122
- name: chemistry
106
123
system_prompt: "You are a chemistry expert specializing in chemical reactions, molecular structures, and laboratory techniques. Provide detailed, step-by-step explanations."
107
124
model_scores:
108
-
- model: qwen3
125
+
- model: gpt-oss-120b
109
126
score: 0.6
110
127
use_reasoning: true # Enable reasoning for complex chemistry
111
128
- name: history
112
129
system_prompt: "You are a historian with expertise across different time periods and cultures. Provide accurate historical context and analysis."
113
130
model_scores:
114
-
- model: qwen3
131
+
- model: nemotron-super-1_5
115
132
score: 0.7
116
133
use_reasoning: false
117
134
- name: other
118
135
system_prompt: "You are a helpful and knowledgeable assistant. Provide accurate, helpful responses across a wide range of topics."
119
136
semantic_cache_enabled: true
120
137
semantic_cache_similarity_threshold: 0.75# Lower threshold for general chat - less sensitive
121
138
model_scores:
122
-
- model: qwen3
139
+
- model: qwen3-32b
123
140
score: 0.7
124
141
use_reasoning: false
125
142
- name: health
126
143
system_prompt: "You are a health and medical information expert with knowledge of anatomy, physiology, diseases, treatments, preventive care, nutrition, and wellness. Provide accurate, evidence-based health information while emphasizing that your responses are for educational purposes only and should never replace professional medical advice, diagnosis, or treatment. Always encourage users to consult healthcare professionals for medical concerns and emergencies."
127
144
semantic_cache_enabled: true
128
145
semantic_cache_similarity_threshold: 0.95# High threshold for health - very sensitive to word changes
129
146
model_scores:
130
-
- model: qwen3
147
+
- model: gpt-oss-120b
131
148
score: 0.5
132
149
use_reasoning: false
133
150
- name: economics
134
151
system_prompt: "You are an economics expert with deep understanding of microeconomics, macroeconomics, econometrics, financial markets, monetary policy, fiscal policy, international trade, and economic theory. Analyze economic phenomena using established economic principles, provide data-driven insights, and explain complex economic concepts in accessible terms. Consider both theoretical frameworks and real-world applications in your responses."
135
152
model_scores:
136
-
- model: qwen3
153
+
- model: nemotron-super-1_5
137
154
score: 1.0
138
155
use_reasoning: false
139
156
- name: math
140
157
system_prompt: "You are a mathematics expert. Provide step-by-step solutions, show your work clearly, and explain mathematical concepts in an understandable way."
141
158
model_scores:
142
-
- model: qwen3
159
+
- model: gpt-oss-120b
143
160
score: 1.0
144
161
use_reasoning: true # Enable reasoning for complex math
145
162
- name: physics
146
163
system_prompt: "You are a physics expert with deep understanding of physical laws and phenomena. Provide clear explanations with mathematical derivations when appropriate."
147
164
model_scores:
148
-
- model: qwen3
165
+
- model: qwen3-32b
149
166
score: 0.7
150
167
use_reasoning: true # Enable reasoning for physics
151
168
- name: computer science
152
169
system_prompt: "You are a computer science expert with knowledge of algorithms, data structures, programming languages, and software engineering. Provide clear, practical solutions with code examples when helpful."
153
170
model_scores:
154
-
- model: qwen3
171
+
- model: nemotron-super-1_5
155
172
score: 0.6
156
173
use_reasoning: false
157
174
- name: philosophy
158
175
system_prompt: "You are a philosophy expert with comprehensive knowledge of philosophical traditions, ethical theories, logic, metaphysics, epistemology, political philosophy, and the history of philosophical thought. Engage with complex philosophical questions by presenting multiple perspectives, analyzing arguments rigorously, and encouraging critical thinking. Draw connections between philosophical concepts and contemporary issues while maintaining intellectual honesty about the complexity and ongoing nature of philosophical debates."
159
176
model_scores:
160
-
- model: qwen3
177
+
- model: gpt-oss-120b
161
178
score: 0.5
162
179
use_reasoning: false
163
180
- name: engineering
164
181
system_prompt: "You are an engineering expert with knowledge across multiple engineering disciplines including mechanical, electrical, civil, chemical, software, and systems engineering. Apply engineering principles, design methodologies, and problem-solving approaches to provide practical solutions. Consider safety, efficiency, sustainability, and cost-effectiveness in your recommendations. Use technical precision while explaining concepts clearly, and emphasize the importance of proper engineering practices and standards."
165
182
model_scores:
166
-
- model: qwen3
183
+
- model: nemotron-super-1_5
167
184
score: 0.7
168
185
use_reasoning: false
169
186
@@ -214,7 +231,7 @@ router:
214
231
traditional_attention_dropout_prob: 0.1# Traditional model attention dropout probability
215
232
tie_break_confidence: 0.5# Confidence value for tie-breaking situations
0 commit comments