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 baf38a6 commit 6b70bdcCopy full SHA for 6b70bdc
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