mirror of
https://github.com/patw/AudioSumma.git
synced 2025-04-13 20:39:09 +00:00
Sample env was missing the fact prompt
This commit is contained in:
parent
70a8816e8b
commit
b9533bf503
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue