summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.env.example3
-rwxr-xr-xdeploy.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index 6362d2f..c9d6a72 100644
--- a/.env.example
+++ b/.env.example
@@ -1,6 +1,9 @@
# Required by slop-search.
KAGI_API_KEY=
+# Required by SLOPBOT_AGENT_MODEL=parasail/kimi-k26.
+PARASAIL_API_KEY=
+
SLOPBOT_AGENT_MODEL=parasail/kimi-k26
SLOPBOT_WORKERS=4
SLOPBOT_AGENT_WORKERS=1
diff --git a/deploy.sh b/deploy.sh
index a679cf2..c729b6a 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -19,6 +19,9 @@ if [[ ! -f .env ]]; then
# Required by slop-search.
KAGI_API_KEY=
+# Required by SLOPBOT_AGENT_MODEL=parasail/kimi-k26.
+PARASAIL_API_KEY=
+
SLOPBOT_AGENT_MODEL=parasail/kimi-k26
SLOPBOT_WORKERS=4
SLOPBOT_AGENT_WORKERS=1