vault backup: 2025-02-20 16:58:13

This commit is contained in:
Dane Sabo 2025-02-20 16:58:13 -05:00
parent 8e09dc4e13
commit 774f9ff26b
2 changed files with 5 additions and 16 deletions

View File

@ -1,11 +0,0 @@
# Table of Contents for Research
## Files
- [[2024-08-26 Fighting with the BeagleBone.md]]
- [[2024-08-28 HAIS Journal Club.md]]
- [[2024-09-10 Nuclear Engineering Steering Committee - Conf Room A UClub.md]]
## Summary
Generated by llama3.2:latest

View File

@ -158,7 +158,7 @@ $folder_md"
#echo "Prompt:"
#echo "================="
#echo $prompt
#summary=$(ollama run llama3.2 "$prompt")
summary=$(ollama run llama3.2 "$prompt")
#echo ""
#echo "Summary:"
#echo "================="
@ -168,10 +168,10 @@ $folder_md"
# Build the full new content: static portion + summary section.
{
cat "$tmp_static"
# echo "## Summary"
# echo "$summary"
# echo ""
# echo "Generated by llama3.2:latest"
echo "## Summary"
echo "$summary"
echo ""
echo "Generated by llama3.2:latest"
} > "$readme"
rm "$tmp_static"