GodSaveMoney / config.json
JHK-maeshay
add name config
4efc6f3
raw
history blame contribute delete
216 Bytes
{
"cha": {
"user_name": "user",
"bot_name": "Tanjiro"
},
"llm": {
"temperature": 0.7,
"top_p": 0.9,
"repetition_penalty": 1.05,
"max_new_tokens": 96
}
}