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
Copy file name to clipboardExpand all lines: config/config.recipe-accuracy.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,9 @@ categories:
87
87
use_reasoning: true # Enable reasoning for legal analysis
88
88
- name: psychology
89
89
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."
90
+
# Category-level cache override (if global cache is enabled)
91
+
# semantic_cache_enabled: true
92
+
# semantic_cache_similarity_threshold: 0.92 # Strict for clinical nuances
90
93
model_scores:
91
94
- model: openai/gpt-oss-20b
92
95
score: 1.0
@@ -117,6 +120,9 @@ categories:
117
120
use_reasoning: false # Default queries don't need reasoning
118
121
- name: health
119
122
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."
123
+
# Category-level cache override (if global cache is enabled)
124
+
# semantic_cache_enabled: true
125
+
# semantic_cache_similarity_threshold: 0.95 # Very strict - medical accuracy critical
Copy file name to clipboardExpand all lines: config/config.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ categories:
74
74
use_reasoning: false
75
75
- name: psychology
76
76
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."
77
+
semantic_cache_enabled: true
78
+
semantic_cache_similarity_threshold: 0.92# High threshold for psychology - sensitive to nuances
77
79
model_scores:
78
80
- model: qwen3
79
81
score: 0.6
@@ -98,12 +100,16 @@ categories:
98
100
use_reasoning: false
99
101
- name: other
100
102
system_prompt: "You are a helpful and knowledgeable assistant. Provide accurate, helpful responses across a wide range of topics."
103
+
semantic_cache_enabled: true
104
+
semantic_cache_similarity_threshold: 0.75# Lower threshold for general chat - less sensitive
101
105
model_scores:
102
106
- model: qwen3
103
107
score: 0.7
104
108
use_reasoning: false
105
109
- name: health
106
110
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."
111
+
semantic_cache_enabled: true
112
+
semantic_cache_similarity_threshold: 0.95# High threshold for health - very sensitive to word changes
0 commit comments