diff --git a/api/endpoints/kb_intent_generator.php b/api/endpoints/kb_intent_generator.php index 0b562f2..7590fc0 100644 --- a/api/endpoints/kb_intent_generator.php +++ b/api/endpoints/kb_intent_generator.php @@ -204,7 +204,7 @@ foreach ($BATCHES as $idx => $batch) { $num = $idx + 1; log_line("Batch {$num}/{$totalBatches}: {$batch['topic']}"); - $user = "Generate 40 KB intents for the topic: {$batch['topic']}.\n" + $user = "Generate 20 KB intents for the topic: {$batch['topic']}.\n" . "Subtopics to cover: {$batch['desc']}.\n" . "Prefix every intent_name with \"{$batch['id']}_\".\n" . "Category string to use: \"{$batch['category']}\".";