From b9533bf5031bc948cfa47f596593cf0576988b26 Mon Sep 17 00:00:00 2001 From: Pat Wendorf <dungeons@gmail.com> Date: Thu, 20 Feb 2025 19:18:15 -0500 Subject: [PATCH] Sample env was missing the fact prompt --- sample.env | 1 + 1 file changed, 1 insertion(+) diff --git a/sample.env b/sample.env index 21e8f61..31433a7 100644 --- a/sample.env +++ b/sample.env @@ -3,6 +3,7 @@ LLAMACPP_URL="http://localhost:8080/v1" SYSTEM_MESSAGE="You are a friendly chatbot that summarizes call transcripts" SUMMARY_PROMPT="Call Transcript: {chunk}\n\nInstruction: Summarize the above call transcript but DO NOT MENTION THE TRANSCRIPT" SENTIMENT_PROMPT="Call Transcript: {chunk}\n\nInstruction: Summarize the sentiment for topics in the above call transcript but DO NOT MENTION THE TRANSCRIPT" +FACT_PROMPT="Call Transcript: {chunk}\n\nInstruction: Summarize all the facts in the transcript, one per line bullet point" CHUNK_SIZE=12288 TEMPERATURE=0.6 TOP_P=0.9