From b489202908473052cefbf194a76da493f967f8ee Mon Sep 17 00:00:00 2001 From: "Frederico @ VilaRosa02" Date: Fri, 29 Aug 2025 19:32:31 +0000 Subject: [PATCH] fixed bug --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index cfb4bc9..503559e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -57,7 +57,7 @@ process-telegram-updates: ../process-telegram-updates/process_message.php %.score.txt: %.email.txt 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 - 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 echo '{"temperature": 0.8,"max_output_tokens":4}' > ../make-llm-files/settings.json cd ../make-llm-files && make