mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-28 11:39:17 +00:00
Update the prompt summary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user