Upgrade to Samantha v3

This commit is contained in:
Sam Sneed 2024-05-28 17:26:14 +00:00 committed by GitHub
parent 4867fcf486
commit 9bb4c782bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ollama run "sparksammy/samantha2-censored" "Write a video script about $1. Do NOT include title or description. Do not include scene transitions, either. Make yourself anonymous. Do not state your name. Also, do not ask for replies, and do not specify that you are an assistant." > script.txt ollama run "samantha-v3-uncensored" "Write a video script about $1. Do NOT include title or description. Do not include scene transitions, either. Make yourself anonymous. Do not state your name. Also, do not ask for replies, and do not specify that you are an assistant." > script.txt
awk '{ print $2 }' script.txt > script-keywords.txt awk '{ print $2 }' script.txt > script-keywords.txt
awk '{ print $4 }' script.txt >> script-keywords.txt awk '{ print $4 }' script.txt >> script-keywords.txt
awk '{ print $6 }' script.txt >> script-keywords.txt awk '{ print $6 }' script.txt >> script-keywords.txt
mkdir img mkdir img
rm img/* rm img/*