We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfb00b commit 25058baCopy full SHA for 25058ba
backend/super-magic-module/src/Application/SuperAgent/Service/TaskAppService.php
@@ -98,7 +98,7 @@ public function initAgentTask(
98
// 检查用户任务数量限制和白名单
99
if ($instruction != ChatInstruction::Interrupted && $instruction != ChatInstruction::FollowUp) {
100
// 检查环境变量,如果是开源版本则跳过白名单和任务数量限制检查
101
- $magicEdition = env('MAGIC_EDITION', 'open-source');
+ $magicEdition = env('MAGIC_EDITION', 'commercial');
102
if ($magicEdition === 'open-source') {
103
$this->logger->info('开源版本,跳过白名单和任务数量限制检查');
104
} else {
0 commit comments