File size: 817 Bytes
b1198f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"RoleClassifier": {
"temperature": 0.1
},
"IntentClassifier": {
"temperature": 0.0
},
"PatientLLM": {
"temperature": 0.2
},
"CaregiverLLM": {
"temperature": 0.2
},
"ResponseValidator": {
"temperature": 0.0
},
"SafetyCheck": {
"temperature": 0.0
},
"ClinicalSpecialist_Diagnosis": {
"temperature": 0.0
},
"ClinicalSpecialist_Treatment": {
"temperature": 0.0
},
"ClinicalSpecialist_Monitoring": {
"temperature": 0.0
},
"ClinicalSpecialist_General Clinical Support": {
"temperature": 0.2
},
"ResearchAgent": {
"temperature": 0.2
},
"DietarySpecialist": {
"temperature": 0.2
},
"OutputMerger": {
"temperature": 0.2
},
"HealthCoach": {
"temperature": 0.2
},
"TrendAnalyzer": {
"temperature": 0.0
}
}
|