diff --git a/scripts/prose-ai-review.sh b/scripts/prose-ai-review.sh index e534697..bda62ea 100755 --- a/scripts/prose-ai-review.sh +++ b/scripts/prose-ai-review.sh @@ -4,8 +4,8 @@ # Posts review comments via Gitea API. set -euo pipefail -LITELLM_URL="${LITELLM_URL:-https://litellm.sysloggh.net}" -LITELLM_KEY="${LITELLM_KEY:-sk-litellm-7f96080dd99b15c36bd4b333b58a6796}" +LITELLM_URL="${LITELLM_URL:-}" +LITELLM_KEY="${LITELLM_KEY:-}" GITEA_TOKEN="${GITEA_TOKEN:-$(grep GITEA_TOKEN /root/.pi/agent/extensions/telegram/.env 2>/dev/null | cut -d= -f2 || echo '')}" GITEA_API="https://git.sysloggh.net/api/v1"