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
@@ -78,6 +78,8 @@ categories:
78
78
use_reasoning: false
79
79
- name: psychology
80
80
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."
81
+
semantic_cache_enabled: true
82
+
semantic_cache_similarity_threshold: 0.92# High threshold for psychology - sensitive to nuances
81
83
model_scores:
82
84
- model: qwen3
83
85
score: 0.6
@@ -102,12 +104,16 @@ categories:
102
104
use_reasoning: false
103
105
- name: other
104
106
system_prompt: "You are a helpful and knowledgeable assistant. Provide accurate, helpful responses across a wide range of topics."
107
+
semantic_cache_enabled: true
108
+
semantic_cache_similarity_threshold: 0.75# Lower threshold for general chat - less sensitive
105
109
model_scores:
106
110
- model: qwen3
107
111
score: 0.7
108
112
use_reasoning: false
109
113
- name: health
110
114
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."
115
+
semantic_cache_enabled: true
116
+
semantic_cache_similarity_threshold: 0.95# High threshold for health - very sensitive to word changes
0 commit comments