加入时间管理模块,使用md5验证实现热加载config.json变化

This commit is contained in:
a5225662
2023-03-23 22:47:26 +08:00
parent 5e48dd50ac
commit 9fe59f2949
4 changed files with 82 additions and 2 deletions

View File

@@ -11,6 +11,9 @@
"voice_reply_voice": false,
"conversation_max_tokens": 1000,
"expires_in_seconds": 3600,
"character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。"
"character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。",
"chat_time_module": false,
"chat_start_time": "00:00",
"chat_stop_time": "24:00"
}