From a2233d85e396020fd0145809c0a9757fbdf2c43d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Jan 2026 20:35:46 -0700 Subject: [PATCH] Update call_recordings.php --- app/call_recordings/resources/classes/call_recordings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_recordings/resources/classes/call_recordings.php b/app/call_recordings/resources/classes/call_recordings.php index 785a92666d..eaa028b7b4 100644 --- a/app/call_recordings/resources/classes/call_recordings.php +++ b/app/call_recordings/resources/classes/call_recordings.php @@ -223,7 +223,7 @@ class call_recordings { $transcribe_text = transcribe::conversation_format($params['transcribe_message'], 'text'); //prepare the prompt - $prompt = "Summarize this conversation with Key Points, Action Items if any, and Sentiment."; + $prompt = "Summarize this conversation with Key Points, Action Items if any, and Sentiment. Don't include swearing in the summary."; $request_data['prompt'] = $prompt . "```\n".$transcribe_text."\n```"; //load the language model and get the