mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-08 20:06:07 +02:00
Add files via upload
This commit is contained in:
@@ -66,8 +66,7 @@ function chatAgentModeNormalizeStored(stored, cfg) {
|
||||
if (chatAgentModeIsEino(s)) {
|
||||
return multiOn ? s : CHAT_AGENT_MODE_REACT;
|
||||
}
|
||||
const defMulti = pub && pub.default_mode === 'multi';
|
||||
return defMulti && multiOn ? defOrch : CHAT_AGENT_MODE_REACT;
|
||||
return CHAT_AGENT_MODE_REACT;
|
||||
}
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user