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