diff --git a/app/call_recordings/resources/classes/call_recordings.php b/app/call_recordings/resources/classes/call_recordings.php index eaa028b7b4..1a2685a3ab 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. Don't include swearing in the summary."; + $prompt = "Summarize this conversation with Key Points, Action Items if any, and Sentiment. Don't include swearing in the summary. Return text without markdown."; $request_data['prompt'] = $prompt . "```\n".$transcribe_text."\n```"; //load the language model and get the