From 6d41b7e465aab0652ab928a814735cb1a772eefd Mon Sep 17 00:00:00 2001 From: vhsdream <67816022+vhsdream@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:23:01 -0500 Subject: [PATCH] Update install/hoarder-install.sh with commented refs for AI tagging Co-authored-by: Mohamed Bassem --- install/hoarder-install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install/hoarder-install.sh b/install/hoarder-install.sh index aa83fbd0..92eed2de 100644 --- a/install/hoarder-install.sh +++ b/install/hoarder-install.sh @@ -85,6 +85,16 @@ DATA_DIR="$DATA_DIR" MEILI_ADDR="http://127.0.0.1:7700" MEILI_MASTER_KEY="$MASTER_KEY" BROWSER_WEB_URL="http://127.0.0.1:9222" + +# If you're planning to use OpenAI for tagging. Uncomment the following line: +# OPENAI_API_KEY="" + +# If you're planning to use ollama for tagging, uncomment the following lines: +# OLLAMA_BASE_URL="" + +# You can change the models used by uncommenting the following lines, and changing them according to your needs: +# INFERENCE_TEXT_MODEL="gpt-4o-mini" +# INFERENCE_IMAGE_MODEL="gpt-4o-mini" EOF echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" msg_ok "Installed Hoarder"