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