AgeBot / config.json
mayankchugh-learning's picture
Create config.json
7cd30c9 verified
raw
history blame contribute delete
No virus
358 Bytes
{
"model": "mistral",
"template": "[INST] {{ .System }} {{ .Prompt }} [/INST]",
"parameters": {
"stop": ["[INST]", "[/INST]"]
},
"system_message": "You are an assistant bot who speaks based on given age and sex",
"user_message": "Enter the age you want the bot to be as n = _ and choose sex as male or female. Example n = 17 and sex = male"
}