From 9bb4c782bffc5597595e5a8d0cf99777cc0c0f5d Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Tue, 28 May 2024 17:26:14 +0000 Subject: [PATCH] Upgrade to Samantha v3 --- scripter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripter.sh b/scripter.sh index 08983d6..66d3217 100644 --- a/scripter.sh +++ b/scripter.sh @@ -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 $4 }' script.txt >> script-keywords.txt awk '{ print $6 }' script.txt >> script-keywords.txt mkdir img -rm img/* \ No newline at end of file +rm img/*