👍️[Update] Model : Speaker2Chatboxの機能をpass無しで動作できるように変更
This commit is contained in:
@@ -1142,8 +1142,7 @@ class Config:
|
||||
old_message_format = config[key]
|
||||
setattr(self, key, config[key])
|
||||
|
||||
if key == "ENABLE_SPEAKER2CHATBOX_PASS":
|
||||
if self.ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION == config[key]:
|
||||
# Force to Enable Speaker2Chatbox
|
||||
self.ENABLE_SPEAKER2CHATBOX = True
|
||||
|
||||
if old_message_format is not None:
|
||||
|
||||
Reference in New Issue
Block a user