summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 6dfe14c..5517f94 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -15,10 +15,15 @@ fi
if [[ ! -f .env ]]; then
cat > .env <<'EOF'
+# Required by slop-search.
+KAGI_API_KEY=
+
SLOPBOT_AGENT_MODEL=parasail/kimi-k26
SLOPBOT_WORKERS=4
SLOPBOT_AGENT_WORKERS=1
SLOPBOT_AGENT_TIMEOUT=120
+SLOPBOT_HISTORY_LIMIT=20
+SLOPBOT_SYSTEM_PROMPT=prompts/system.md
EOF
echo "created .env with slopbot defaults"
echo "edit .env if agent needs provider keys or config before restarting again"