Compare commits
2 Commits
0384397e28
...
7ed73272cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ed73272cd | ||
|
|
b489202908 |
@ -44,7 +44,7 @@ process-telegram-updates: ../process-telegram-updates/process_message.php
|
|||||||
# 4. Generate a summary of the email
|
# 4. Generate a summary of the email
|
||||||
%.summary.txt: %.email.txt
|
%.summary.txt: %.email.txt
|
||||||
cd ../make-llm-files && make clean
|
cd ../make-llm-files && make clean
|
||||||
echo "You are a machine executive assistant tasked with parsing emails. User will send the content of a received email, and you (agent) must send a one phrase (max 12 words) sentence as an executive summary of the email." > ../make-llm-files/01_root.sys
|
echo "You are a machine executive assistant tasked with parsing emails. User will send the content of a received email, and you (agent) must send a one phrase (max 12 words) sentence as an executive summary of the email with all the relevant key information." > ../make-llm-files/01_root.sys
|
||||||
cp ../process-telegram-updates/data/learnings.txt ../make-llm-files/02_learnings.sys
|
cp ../process-telegram-updates/data/learnings.txt ../make-llm-files/02_learnings.sys
|
||||||
cp ../data/$< ../make-llm-files/user_message.txt
|
cp ../data/$< ../make-llm-files/user_message.txt
|
||||||
echo '{}' > ../make-llm-files/settings.json
|
echo '{}' > ../make-llm-files/settings.json
|
||||||
@ -57,7 +57,7 @@ process-telegram-updates: ../process-telegram-updates/process_message.php
|
|||||||
%.score.txt: %.email.txt
|
%.score.txt: %.email.txt
|
||||||
cd ../make-llm-files && make clean
|
cd ../make-llm-files && make clean
|
||||||
echo "You are a machine executive assistant tasked with parsing emails urgency/importance. User will send the content of a received email, and you (agent) must REPLY ONLY with a single score [0.00-1.00] where you assess how important/urgent the email is." > ../make-llm-files/01_root.sys
|
echo "You are a machine executive assistant tasked with parsing emails urgency/importance. User will send the content of a received email, and you (agent) must REPLY ONLY with a single score [0.00-1.00] where you assess how important/urgent the email is." > ../make-llm-files/01_root.sys
|
||||||
cp process-telegram-updates/data/learnings.txt ../make-llm-files/02_learnings.sys
|
cp ../process-telegram-updates/data/learnings.txt ../make-llm-files/02_learnings.sys
|
||||||
cp ../data/$< ../make-llm-files/user_message.txt
|
cp ../data/$< ../make-llm-files/user_message.txt
|
||||||
echo '{"temperature": 0.8,"max_output_tokens":4}' > ../make-llm-files/settings.json
|
echo '{"temperature": 0.8,"max_output_tokens":4}' > ../make-llm-files/settings.json
|
||||||
cd ../make-llm-files && make
|
cd ../make-llm-files && make
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user