Update 'scripter.sh'
This commit is contained in:
parent
0f7b027ac8
commit
5c96df5b2e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
ollama run sparksammy/samantha "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 "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
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue