diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |
