dmChatbotBackend / src /params.json
github-actions
Auto deploy from GitHub
b1198f0
Raw
History Blame Contribute Delete
817 Bytes
{
"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
}
}