diff options
| -rw-r--r-- | .env.example | 3 | ||||
| -rwxr-xr-x | deploy.sh | 3 |
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 @@ -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 |
